Example #1
0
 public List <Customer> ReadCustomers(ref List <string> errors)
 {
     return(BLCustomer.ReadCustomers(ref errors));
 }