Ejemplo n.º 1
0
 public int AddBatch(IEnumerable <T> list)
 {
     return(_dao.AddBatch(list));
 }