namespace PhoenixLib.DAL { /// /// public interface IIntDto : IDto { int Id { get; set; } } }