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