예제 #1
0
 public async Task DeleteAsync(int id)
 {
     await _fieldService.DeleteFieldAsync(id);
 }