Beispiel #1
0
 public async Task <ActionResult <List <TicketTypesReportListVm> > > GetTicketTypesReportAsync()
 {
     return(await _reportsService.GetTicketTypesReportAsync());
 }