public DNRoleController() { _dnRoleApi = new DNRoleAPI(); _dnActiveApi = new DNActiveAPI(); _dnUserApi = new DNUserAPI(); _dnUserIsnRole = new DNUsersInRoleAPI(); _dnLevelRoom = new DNLevelRoomAPI(); _departmentApi = new DepartmentAPI(); }
public DepartmentController() { _departmentApi = new DepartmentAPI(); }