Esempio n. 1
0
 public ICollection <RespnseBook> GetCustomerBooks()
 {
     try
     {
         return(bookManagementRL.GetCustomerBooks());
     }
     catch (Exception)
     {
         throw;
     }
 }