Esempio n. 1
0
 public List <Supplier> FindByName(string name)
 {
     return(sDAL.FindByName(name));
 }