コード例 #1
0
 public async Task <bool> Update(T entity)
 {
     return(await _repo.AddOrUpdateAsync(entity));
 }