Exemplo n.º 1
0
 public PlanManageController(ITr_MonthPlan _Imonth, ITr_YearPlan _Iyear, ICo_Course _Icourse, ISys_TrainGrade _trainBL, ICourseOrder _courseOrderBL,
                             IClassRoom _classRoomBL)
 {
     Imonth        = _Imonth;
     Iyear         = _Iyear;
     Icourse       = _Icourse;
     trainBL       = _trainBL;
     courseOrderBL = _courseOrderBL;
     classRoomBL   = _classRoomBL;
 }
Exemplo n.º 2
0
 public UserManageController(IUser _userBL, IRole _roleBL, IPost _postBL, IRight _rightBL, IDepartment _deptBL, ITr_MonthPlan _Imonth, ITr_YearPlan _Iyear, ICl_Attendce _iattendce)
 {
     userBL    = _userBL;
     roleBL    = _roleBL;
     postBL    = _postBL;
     deptBL    = _deptBL;
     rightBL   = _rightBL;
     Imonth    = _Imonth;
     Iyear     = _Iyear;
     iattendce = _iattendce;
 }
Exemplo n.º 3
0
 public MyPlanController(ITr_MonthPlan _monthBL)
 {
     monthBL = _monthBL;
 }