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