コード例 #1
0
 public async Task <ElectionModel> GetCurrentElectionAsync()
 {
     return(await _electionRepository.GetCurrentElectionAsync());
 }