コード例 #1
0
 public UserProfileController()
 {
     this.ProviderProfile = DependencyFactory.Resolve<IProfileProxy>();
 }
コード例 #2
0
 public UserUpdateLastActivityController()
 {
     this.providerProfile = DependencyFactory.Resolve<IProfileProxy>();
 }
コード例 #3
0
 public UserAccountController()
 {
     this.FormsAuthenticationService = DependencyFactory.Resolve<IAuthenticationProxy>();
     this.FormsMembershipService = DependencyFactory.Resolve<IMembershipProxy>();
     this.FormsProfileService = DependencyFactory.Resolve<IProfileProxy>();
 }