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