Пример #1
0
 public int Add(TModel model)
 {
     return(_dbContext.Insert(model.GetTableName(), model.ToSqlParameter()));
 }