Beispiel #1
0
 public IEnumerable <T> Search(string CustomerName)
 {
     return(customerDL.Search(CustomerName));
 }