コード例 #1
0
 public async Task DeleteUserAsync(int id)
 {
     await dbService.DeleteObjectAsync(await GetUserByIdAsync(id));
 }