Ejemplo n.º 1
0
        protected void bookingModelSetting()
        {
            this.masterInformationViewModel_.Booking_type_ = this.booking_type_;

            this.masterInformationViewModel_.Item_code_
                = CodeClassificationGenerator.CreateItemCode(this.booking_type_);

            this.masterInformationViewModel_.Trade_id_
                = CodeClassificationGenerator.CreateTradeID();
        }