namespace AsbCloudApp.Data { public class CompanyDto : IId { public int Id { get; set; } public string Caption { get; set; } public int IdCompanyType { get; set; } public string CompanyTypeCaption { get; set; } } }