Пример #1
0
 public LoginAppService(BGStudioAppContext bgStudioAppContext, IOptions <AuthOptions> authOptions)
 {
     _authOptions = authOptions;
     _appContext  = bgStudioAppContext;
 }
Пример #2
0
 public MastersAppService(BGStudioAppContext bgStudioAppContext)
 {
     _appContext = bgStudioAppContext;
 }
Пример #3
0
 public RegistrationAppService(BGStudioAppContext bgStudioAppContext)
 {
     _appContext = bgStudioAppContext;
 }