Esempio n. 1
0
 public ICollection <RespnseBook> GetCustomersortBooks(long CustomerID, bool sort)
 {
     try
     {
         return(bookManagementRL.GetPriceSortBooks(CustomerID, sort));
     }
     catch (Exception)
     {
         throw;
     }
 }