Ejemplo n.º 1
0
 public virtual int InsertList(IList <T> lst)
 {
     return(_dao.InsertList(lst));
 }