Ejemplo n.º 1
0
 // retreives a list of customers whose name matches the search details
 public static List <CustomerItem> FindCustomerByName(string name)
 {
     return(DatabaseCalls.FindCustomerByName(name));
 }