Пример #1
0
 public EntryPlatformController(IMapper mapper, IViewDataSelectList viewDataSelectList, IEntryRepository entryRepository, IEntryPlatformRepository entryPlatformRepository)
 {
     _mapper                  = mapper;
     _entryRepository         = entryRepository;
     _viewDataSelectList      = viewDataSelectList;
     _entryPlatformRepository = entryPlatformRepository;
 }
Пример #2
0
 public EntryPlatformController(IEntryPlatformRepository entryPlatformRepository)
 {
     EntryPlatformRepository = entryPlatformRepository;
 }