コード例 #1
0
ファイル: LoginController.cs プロジェクト: heraclex/BookStore
 public LoginController(
     IFormsAuthenticationService formsAuthenticationService,
     ISecurityService securityService,
     IOjbMemberShipProvider memberShipProvider)
 {
     this.formsAuthenticationService = formsAuthenticationService;
     this.memberShipProvider = memberShipProvider;
 }
コード例 #2
0
ファイル: LoginController.cs プロジェクト: heraclex/BookStore
 public LoginController(
     IFormsAuthenticationService formsAuthenticationService,
     ISecurityService securityService,
     IOjbMemberShipProvider memberShipProvider)
 {
     this.formsAuthenticationService = formsAuthenticationService;
     this.memberShipProvider         = memberShipProvider;
 }