コード例 #1
0
 public LoginService(IHttpsService httpsService)
 {
     _httpsService = httpsService;
 }
コード例 #2
0
 public RewriteOptionsHttpsConfiguration(IHttpsService httpsService)
 {
     _httpsService = httpsService;
 }