Esempio n. 1
0
 public StaffController(IStaffDAL staffDal, IUserPasswordDAL userPasswordDal, IStudentDAL studentDal, IEmployerDAL employerDal)
     : base(userPasswordDal)
 {
     this.staffDal        = staffDal;
     this.userPasswordDal = userPasswordDal;
     this.studentDal      = studentDal;
     this.employerDal     = employerDal;
 }
Esempio n. 2
0
 public StaffService(CTMSContext CTMSContext, IStaffDAL StaffDAL)
 {
     this.CTMSContext = CTMSContext;
     this.StaffDAL    = StaffDAL;
     this.Dal         = StaffDAL;
 }
Esempio n. 3
0
 public StaffBLL(IStaffDAL staffDAL)
 {
     _staffDAL = staffDAL;
 }
Esempio n. 4
0
 public StaffService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, IStaffDAL StaffDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.StaffDAL = StaffDAL;
     this.Dal      = StaffDAL;
 }
Esempio n. 5
0
 public StaffBLL()
 {
     dal = DALFactory.createStaffDAL();
 }
Esempio n. 6
0
 public StaffBLL()
 {
     dal = DALFactory.createStaffDAL();
 }