Esempio n. 1
0
 public virtual int Del(object id)
 {
     return(BaseCrudDao.Del(id));
 }