Esempio n. 1
0
 public LoginAppService(BGStudioAppContext bgStudioAppContext, IOptions <AuthOptions> authOptions)
 {
     _authOptions = authOptions;
     _appContext  = bgStudioAppContext;
 }
Esempio n. 2
0
 public MastersAppService(BGStudioAppContext bgStudioAppContext)
 {
     _appContext = bgStudioAppContext;
 }
Esempio n. 3
0
 public RegistrationAppService(BGStudioAppContext bgStudioAppContext)
 {
     _appContext = bgStudioAppContext;
 }