Esempio n. 1
0
 public int DeleteStore(int id)
 {
     return(_set.DeleteStore(id));
 }