public ManageAPParametersController()

        {
            _installationParametersBAL = new InstallationParametersBAL();
            _optionalParametersBAL     = new OptionalParametersBAL();

            _APBAL   = new APBAL();
            _CBSDBAL = new CBSDBAL();
            result   = new Result();
        }
Beispiel #2
0
        public IndoorController()

        {
            _installationParametersBAL = new InstallationParametersBAL();
            _optionalParametersBAL     = new OptionalParametersBAL();
            _CBSDBAL     = new CBSDBAL();
            _FLOORBAL    = new FloorBAL();
            _APBAL       = new APBAL();
            _buildingBAL = new BuildingBAL();
            _userBAL     = new UserBAL();
            result       = new Result();
        }