Beispiel #1
0
 public OldNiisDocumentRelationService(
     OldNiisContext context,
     DictionaryTypesHelper dictionaryTypesHelper)
 {
     _context = context;
     _dictionaryTypesHelper = dictionaryTypesHelper;
 }
 public OldNiisProtectionDocService(
     OldNiisContext context,
     DictionaryTypesHelper dictionaryTypesHelper)
 {
     _context = context;
     _dictionaryTypesService = dictionaryTypesHelper;
     InitializeOldRequestInfos();
 }
Beispiel #3
0
 public OldNiisRequestService(
     OldNiisContext context,
     DictionaryTypesHelper dictionaryTypesService,
     OldNiisDictionaryService oldNiisDictionaryService)
 {
     _context = context;
     _dictionaryTypesService   = dictionaryTypesService;
     _oldNiisDictionaryService = oldNiisDictionaryService;
 }
Beispiel #4
0
 public OldNiisPaymentService(
     OldNiisContext context,
     AppConfiguration appConfiguration,
     DictionaryTypesHelper dictionaryTypesService)
 {
     _context                = context;
     _appConfiguration       = appConfiguration;
     _dictionaryTypesService = dictionaryTypesService;
 }
Beispiel #5
0
 public OldNiisMainEntityRelationService(
     OldNiisContext context,
     NiisWebContextMigration newContext,
     DictionaryTypesHelper dictionaryTypesHelper)
 {
     _context               = context;
     _newContext            = newContext;
     _dictionaryTypesHelper = dictionaryTypesHelper;
 }
Beispiel #6
0
 public OldNiisProtectionDocRelationService(OldNiisContext context, DictionaryTypesHelper dictionaryTypesHelper)
 {
     _context = context;
     _dictionaryTypesHelper = dictionaryTypesHelper;
 }