예제 #1
0
 public Task <LogDashboard> GetLogDashboard()
 {
     return(_serilogService.GetLogDashboard());
 }
예제 #2
0
 public async Task <LogDashboard> GetLogDashboard()
 {
     return(await _serilogService.GetLogDashboard());
 }