Beispiel #1
0
 public async Task OnGetAsync()
 {
     _logger.LogInformation($"All objective positions page visited at {DateTime.UtcNow.ToLongTimeString()}");
     JobGroups = await _jobgroupService.GetJobGroups();
 }
Beispiel #2
0
 public async Task OnGetAsync()
 {
     JobGroups = await _jobGroupService.GetJobGroups();
 }