moved generators to folders
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
using Microsoft.VisualBasic.CompilerServices;
|
||||
|
||||
namespace ReportGeneration.Abstract;
|
||||
|
||||
@@ -20,7 +21,7 @@ public abstract class DocumentGeneratorBase : StreamWriterBase, IDocumentGenerat
|
||||
|
||||
/// <inheritdoc />
|
||||
protected DocumentGeneratorBase(Stream stream, Encoding encoding) : base(stream, encoding) { }
|
||||
|
||||
|
||||
#region Writing
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user