Пример #1
0
 public Batch AddBatch(Batch obj)
 {
     return(_db.AddBatch(obj));
 }