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