Пример #1
0
 public virtual Task UpdateAsync(T entity)
 {
     return(_ORM.UpdateAsync(entity));
 }