Пример #1
0
 public bool Add(TEntity tEntity)
 {
     _baseDLL.insert(tEntity);
     return(_baseDLL.SaveChanges());
 }