Example #1
0
 public IEnumerable <ShipperViewModel> Get(string value)
 {
     return(_shipperService.GetShipperForSuggestion(value));
 }