Beispiel #1
0
 // GET /{id}
 public async Task <Poll> FindAsync(long id)
 {
     return(await _pollRepository.FindAsync(id));
 }