Exemple #1
0
 public async void DeleteAsync(int id)
 {
     await objectiveService.DeleteObjectiveAsync(id);
 }