예제 #1
0
 public ICollection <CustomerDTO> GetAllCustomers()
 {
     try
     {
         return(_ICustomerDAL.GetCustomersFromDB());
     }
     catch (Exception)
     {
         throw;
     }
 }