Esempio n. 1
0
 public async Task DeletePilotById(int id)
 {
     await _memberRepository.DeletePilot(id);
 }