Exemplo n.º 1
0
 public DataSet GetCustomerDataById(int CustomerId)
 {
     try
     {
         return(daCustomer.GetCustomerDataById(CustomerId));
     }
     catch (Exception ex)
     {
         logger.Error(MODULE_NAME, "GetCustomerDataById", ex);
         throw ex;
     }
 }