示例#1
0
        public TiskarnaVosahlo()
        {
            InitApplicationContext();
            InitUserContext();

            _coreFactory = new CoreFactory();

            _userManagement = _coreFactory.CreateUserManagement();
            _autentication  = _coreFactory.CreateAutentication(_userManagement);

            _paperFormats = new PaperFormats();
        }