Exemplo n.º 1
0
 public IEnumerable <TruckViewModel> GetTruckForAutosuggestByType(string value, string type)
 {
     return(_truckService.GetTruckForAutosuggestByType(value, type));
 }