예제 #1
0
 public IActionResult Vehicles(string fragment)
 {
     if (!string.IsNullOrEmpty(fragment))
     {
         return(View(reportsRepository.GetVehicleReport(fragment)));
     }
     return(View());
 }