예제 #1
0
 public async Task <IEnumerable <Officer> > GetAllOfficers()
 {
     _logger.LogInformation("Calling GetAllOfficers from AdminController");
     return(await _adminAppService.GetAllOfficersAsync());
 }