예제 #1
0
 public Task <int> UpdateAsync(T entity)
 {
     return(_context.UpdateAsync <T>(entity));
 }