Esempio n. 1
0
 public int Del(Supplier s)
 {
     return(sDAO.Del(s));
 }