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