Exemplo n.º 1
0
 public TruckViewModel GetByName(string value)
 {
     return(_truckService.GetByName(value));
 }