Пример #1
0
 public EventDictionaryController(EventDictionaryContext context) : base()
 {
     _context = context;
 }
 public EventDictionaryListController(EventDictionaryContext context, ConfigHelper configHelper)
 {
     _context          = context;
     this.configHelper = configHelper;
 }