Beispiel #1
0
    public System.Nullable <int> GetInsurancePaymentPercentage(System.Nullable <System.Guid> guid)
    {
        GetInsurancePaymentPercentageRequest inValue = new GetInsurancePaymentPercentageRequest();

        inValue.guid = guid;
        GetInsurancePaymentPercentageResponse retVal = ((IPharmacy)(this)).GetInsurancePaymentPercentage(inValue);

        return(retVal.@int);
    }
Beispiel #2
0
 GetInsurancePaymentPercentageResponse IPharmacy.GetInsurancePaymentPercentage(GetInsurancePaymentPercentageRequest request)
 {
     return(base.Channel.GetInsurancePaymentPercentage(request));
 }