Пример #1
0
 public long InsertMany(IEnumerable<ProdutoDomain> obj)
 {
     return _business.InsertMany(obj);
 }