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

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