Пример #1
0
 public CustomerDTO UpdateCustomer(CustomerDTO customerDTO)
 {
     try
     {
         return(_ICustomerDAL.UpdateCustomerinDB(customerDTO));
     }
     catch (Exception)
     {
         throw;
     }
 }