コード例 #1
0
        public HtmlDocumentHandler(string fullUserName)
        {
            _usersRepository = new UsersRepositoryHandler();
            _positionsRepository = new PositionsRepositoryHandler();
            _templatesRepository = new DocumentTemplatesRepository();

            _fullUserName = fullUserName;
        }