using System; using System.Collections.Generic; using System.Text; namespace DTO { public class AdmAskzczbwsydtlDTO { public string Id { get; set; } public string AskzczbwsyId { get; set; } public string CustomerId { get; set; } public string Customername { get; set; } public string Phone { get; set; } public string Customertype { get; set; } } }