Пример #1
0
        private C32Dto GetC32Dto(string c32File)
        {
            if (string.IsNullOrEmpty(c32File))
            {
                return(null);
            }

            var dto = _c32Builder.BuildC32Dto(c32File);

            return(dto);
        }