namespace Shop.DTO
{
public class CustomerDTO
public int Customer_id { get; set; }
public string Name { get; set; }
}