Beispiel #1
0
        public List <string> getStorePurchaseHistory(string ownerUser, string store)
        {
            if (real == null)
            {
                return(null);
            }

            return(real.getStorePurchaseHistory(ownerUser, store));
        }
Beispiel #2
0
 protected List <string> getStorePurchaseHistory(string ownerUser, string store)
 {
     return(service.getStorePurchaseHistory(ownerUser, store));
 }