예제 #1
0
        public CustomerDemographicItemModel()
            : base()
        {
            CustomerDemographic = new CustomerDemographicViewModel();

            OnConstructor();
        }
예제 #2
0
 public CustomerDemographicItemModel(ZActivityOperations activityOperations, string controllerAction, string masterEntity = null, string masterKey = null, CustomerDemographicViewModel customerDemographic = null)
     : this()
 {
     ActivityOperations  = activityOperations;
     ControllerAction    = controllerAction;
     MasterEntity        = masterEntity;
     MasterKey           = masterKey;
     CustomerDemographic = customerDemographic ?? CustomerDemographic;
 }