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