Example #1
0
        public static PSmartStore Create(string shr, Guid clientId)
        {
            var pstore = new PSmartStore(shr, clientId);

            return(pstore);
        }
Example #2
0
 public void UpdateShr(PSmartStore pSmartStore)
 {
     Shr         = pSmartStore.Shr;
     Status_Date = DateTime.Now;
     Status      = "PENDING";
 }