示例#1
0
 public async Task <StatisticViewModel> GetStatisticAsync()
 {
     return(await _emergencyService.GetStatisticAsync());
 }