Exemplo n.º 1
0
 public IEnumerable <TruckMaintenanceViewModel> GetMaintenanceManagementItems(string truckC, string modelC)
 {
     return(_truckService.GetMaintenanceManagementItems(truckC, modelC));
 }