예제 #1
0
 public PawnSecStoreVO(string appVer, string appVerId)
 {
     AppVersion         = new StoreAppVersionVO(appVer, appVerId);
     StoreConfiguration = new StoreConfigVO();
     StoreSite          = null;
     StoreSiteId        = 0L;
 }
예제 #2
0
 public PawnSecStoreVO()
 {
     AppVersion = new StoreAppVersionVO();
 }