Esempio n. 1
0
 public AccountController()
 {
     _ctx = ApplicationIdentityContext.Create();
     _whiteLabelService = new WhiteLabelService();
 }
Esempio n. 2
0
 public ReservationService()
 {
     _ctx = ApplicationIdentityContext.Create();
     _whiteLabelService = new WhiteLabelService();
 }