Exemple #1
0
 public Zalo(DateTime time1, DateTime time2, DateTime time3, long Oaid, string SecretKey)
 {
     _time1       = time1;
     _time2       = time2;
     _time3       = time3;
     _OaId        = Oaid;
     _SecretKey   = SecretKey;
     _zaloOaInfo  = new ZaloOaInfo(_OaId, SecretKey);
     _storeClient = new ZaloStoreClient(_zaloOaInfo);
 }
Exemple #2
0
        private static object GetOrderList(ZaloStoreClient storeClient)
        {
            JObject getOrderOfOa = storeClient.getOrderOfOa(0, 10, 0);

            return(getOrderOfOa);
        }