public RegularDocumentsController(IKB_regularDocumentService context)
 {
     _db = context;
 }
Пример #2
0
 public EditRegularDocumentsController(IWebHostEnvironment appEnvironment, IKB_regularDocumentService context, IFileRegularDocumentService fsContext)
 {
     _appEnvironment = appEnvironment;
     _db             = context;
     _fsContext      = fsContext;
 }