public AdminPanelController(Event_AggregatorContext ctx) => context = ctx;
 public RegistrationController(Event_AggregatorContext ctx) => context = ctx;
Exemple #3
0
 public HomeController(Event_AggregatorContext context) => _context = context;
Exemple #4
0
 public MyEventsController(Event_AggregatorContext ctx) => context = ctx;
 public DetailsController(Event_AggregatorContext context, IOptions <GoogleApiSettings> options)
 {
     _googleApiSettings = options.Value;
     _context           = context;
 }