Ejemplo n.º 1
0
    public PharmacyService.Order GetBaseCost(PharmacyService.GetBaseCost GetBaseCost1)
    {
        GetBaseCostRequest inValue = new GetBaseCostRequest();

        inValue.GetBaseCost = GetBaseCost1;
        GetBaseCostResponse retVal = ((IPharmacy)(this)).GetBaseCost(inValue);

        return(retVal.Order);
    }
Ejemplo n.º 2
0
 public GetBaseCostRequest(PharmacyService.GetBaseCost GetBaseCost)
 {
     this.GetBaseCost = GetBaseCost;
 }