Beispiel #1
0
 public CommonAjaxViewService(IMongoDbDataAccess mongoDbDataAccess, IdepartmentDataAccess departmentDataAccess, IemployeeDataAccess employeeDataAccess) : base(mongoDbDataAccess)
 {
     this.mDepartmentDataAccess = departmentDataAccess;
     this.mEmployeeDataAccess   = employeeDataAccess;
 }
Beispiel #2
0
 public EmployeeViewService(IMongoDbDataAccess mongoDbDataAccess, IDbConnection dbConnection, IemployeeDataAccess employeeDataAccess, ISystemParameterConfigViewService systemParameterConfigViewService) : base(mongoDbDataAccess)
 {
     this.mDbConnection       = dbConnection;
     this.mEmployeeDataAccess = employeeDataAccess;
     this.mSystemParameterConfigViewService = systemParameterConfigViewService;
 }