Example #1
0
 public LoginService(IHttpsService httpsService)
 {
     _httpsService = httpsService;
 }
 public RewriteOptionsHttpsConfiguration(IHttpsService httpsService)
 {
     _httpsService = httpsService;
 }