Beispiel #1
0
 public async Task DeleteFormation(int id)
 {
     await _formationRepository.DeleteFormation(id);
 }