Exemplo n.º 1
0
 public async Task Post(VoteViewModel model)
 {
     await VoteService.AddOrUpdate(model);
 }