Exemplo n.º 1
0
 public int Insert(Customer aCustomer)
 {
     try
     {
         return(customerGateway.Insert(aCustomer));
     }
     catch (Exception expException)
     {
         throw (expException);
     }
 }