Exemplo n.º 1
0
 public async Task SaveChoicesAsync(IList <Choice> choices)
 {
     await _choicesRepository.SaveAsync(choices);
 }