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