Example #1
0
 public int Delete(int id)
 {
     try
     {
         return(customerGateway.Delete(id));
     }
     catch (Exception exception)
     {
         throw (exception);
     }
 }