Esempio n. 1
0
 public virtual void DeleteList(IList <T> objs)
 {
     _dao.DeleteList(objs);
 }