Ejemplo n.º 1
0
 public IEnumerable <ShipperViewModel> GetShippersByCode(string value)
 {
     return(_shipperService.GetShippersByCode(value));
 }