예제 #1
0
 public async Task <List <DateTime> > GetAsync()
 {
     _logger.LogInformation("fetching all year-month's");
     return(await _databaseAccess.GetAllYearMonthsAsync());
 }