Beispiel #1
0
        public List <string> addPaymentInfo(string owner, string storeName, string info)
        {
            if (real == null)
            {
                return(null);
            }

            return(real.addPaymentInfo(owner, storeName, info));
        }
Beispiel #2
0
 protected List <string> addPaymentInfo(string owner, string storeName, string info)
 {
     return(service.addPaymentInfo(owner, storeName, info));
 }