예제 #1
0
 public async Task Post(VoteViewModel model)
 {
     await VoteService.AddOrUpdate(model);
 }