Esempio n. 1
0
 public virtual void InsertBatch(IList <T> lst, int batchSize)
 {
     _dao.InsertBatch(lst, batchSize);
 }