Esempio n. 1
0
 public DataTable SearchCustomer(string customerName)
 {
     return(dal.GetCustomer(customerName));
 }