Exemple #1
0
 public async Task <int> UpdateAsync(Account entity)
 {
     return(await _nonQueryDataService.UpdateAsync(entity));
 }