Exemple #1
0
 public int?Insert <TEntity>(TEntity param) where TEntity : class, new()
 {
     return(_ormProvider.Insert(param));
 }