Example #1
0
 public OrderModel()
 {
     PhoneInfo      = new PhoneModel();
     Franchise      = new FranchiseInfoModel();
     LstClientInfo  = new ReactiveList <ClientInfoGrid>();
     LstAddressInfo = new ReactiveList <AddressInfoGrid>();
     StoreModel     = null;
 }
Example #2
0
 public void CopyTo(FranchiseInfoModel destination)
 {
     destination.Code           = Code;
     destination.Title          = Title;
     destination.DataInfo       = DataInfo;
     destination.LastConfig     = LastConfig;
     destination.StoresCoverage = StoresCoverage;
 }