예제 #1
0
 public Task <List <Result> > Create([FromBody] Models.Other.CRUD.Poll poll)
 {
     _logger.Debug("Requesting to create a new poll");
     return(_pollRepository.CreateNewPollAsync(poll));
 }