// WingsEmu // // Developed by NosWings Team namespace PhoenixLib.DAL { /// /// public interface ILongDto : IDto { long Id { get; set; } } }