Пример #1
0
 public CampaignsController(RoomReservationDbContext context, PhasesProvider phasesProvider) : base(context)
 {
     this.PhasesProvider = phasesProvider;
 }
 public AccountsController(RoomReservationDbContext context, IConfiguration config, LdapAuthenticationService ldapAuthenticationService, PhasesProvider phasesProvider) : base(context)
 {
     this.Config = config;
     this.LdapAuthenticationService = ldapAuthenticationService;
     this.PhasesProvider            = phasesProvider;
 }