Esempio n. 1
0
 protected virtual string DeleteS(string name, int id)
 {
     return(db.SqlDelete(name, id));
 }