public RegularDocumentsController(IKB_regularDocumentService context) { _db = context; }
public EditRegularDocumentsController(IWebHostEnvironment appEnvironment, IKB_regularDocumentService context, IFileRegularDocumentService fsContext) { _appEnvironment = appEnvironment; _db = context; _fsContext = fsContext; }