Esempio n. 1
0
 public async Task <IActionResult> GetAllCarriersIncludeRoutesBusStops()
 => await GetAllCarriersFunc(async() => await _carrierService.GetAllCarriersIncludeRoutesBusStopsAsync());