Пример #1
0
 public static IEnumerable <Customer> GetAllCustomers()
 {
     return(CustomerDL.GetAllCustomers());
 }