Exemplo n.º 1
0
 public async Task EditFormation(Formation formation)
 {
     await _formationRepository.EditFormation(formation.ToModel());
 }