public AccountController()
 {
     this._dbcontext = QLCVDbcontext.getInstance();
 }
 public JobController()
 {
     this._dbcontext = QLCVDbcontext.getInstance();
 }
 public EmployeeController()
 {
     this._dbcontext = QLCVDbcontext.getInstance();
 }
Example #4
0
 public DepartmentController()
 {
     this._dbcontext = QLCVDbcontext.getInstance();
 }
 public ProjectController()
 {
     this._dbcontext = QLCVDbcontext.getInstance();
 }