Beispiel #1
0
        //BL
        //MAP

        //Init
        private void initConstructor(DBMAINContext poDB)
        {
            //DBContext
            this.db = poDB;
            //VM
            this.oVM = new JobtitleVM();
            //DS
            this.oDS = new JobtitleDS(this.db);
            //CRUD
            this.oCRUD = new JobtitleCRUD(this.db);

            //BL
            //MAP
        } //End initConstructor
Beispiel #2
0
        //BL
        //MAP


        //Init
        private void initConstructor(DBMAINContext poDB)
        {
            //DBContext
            this.db = poDB;
            //VM
            this.oVM = new EmployeeuserVM();
            //DS
            this.oDS         = new EmployeeuserDS(this.db);
            this.oDSUnit     = new UnitDS(this.db);
            this.oDSJobtitle = new JobtitleDS(this.db);
            this.oDSRole     = new RoleDS(this.db);
            //CRUD
            this.oCRUD = new EmployeeuserCRUD(this.db);

            //BL
            //MAP
        } //End initConstructor