コード例 #1
0
ファイル: JwtMiddleware.cs プロジェクト: Jutipong/ropa-api
 public JwtMiddleware(RequestDelegate next, IOptions <AppSittingModel> appSettings)
 {
     _next        = next;
     _appSettings = appSettings.Value;
 }
コード例 #2
0
 public UserAuthenticationService(IOptions <AppSittingModel> appSettings)
 {
     _appSettings = appSettings.Value;
 }
コード例 #3
0
ファイル: DdContextTcrb.cs プロジェクト: Jutipong/ropa-api
 public DdContextTcrb(IOptions <AppSittingModel> configuration)
 {
     _configuration = configuration.Value;
 }