Example #1
0
 public UserValidateFake(IUserProfileRepository userProfileRepository, IUserExtendRepository userExtendRepository,
                         IWebpagesMembershipRepository webpagesMembershipRepository)
 {
     this._userExtendRepository         = userExtendRepository;
     this._userProfileRepository        = userProfileRepository;
     this._webpagesMembershipRepository = webpagesMembershipRepository;
 }
Example #2
0
 public UserValidateFake(IUserProfileRepository userProfileRepository, IUserExtendRepository userExtendRepository,
                         IWebpagesMembershipRepository webpagesMembershipRepository)
 {
     this._userExtendRepository = userExtendRepository;
     this._userProfileRepository = userProfileRepository;
     this._webpagesMembershipRepository = webpagesMembershipRepository;
 }
Example #3
0
 public UserService(IUserProfileRepository userProfileRepository,
                    IUserExtendRepository userExtendRepository,
                    IWebpagesMembershipRepository webpagesMembershipRepository,
                    ICacheWraper cacheWraper, IImageFile imageFile)
 {
     this._userExtendRepository         = userExtendRepository;
     this._userProfileRepository        = userProfileRepository;
     this._webpagesMembershipRepository = webpagesMembershipRepository;
     this._cacheWraper = cacheWraper;
     this._imageFile   = imageFile;
 }
Example #4
0
 public UserService(IUserProfileRepository userProfileRepository,
                    IUserExtendRepository userExtendRepository,
                    IWebpagesMembershipRepository webpagesMembershipRepository,
                    ICacheWraper cacheWraper, IImageFile imageFile)
 {
     this._userExtendRepository = userExtendRepository;
     this._userProfileRepository = userProfileRepository;
     this._webpagesMembershipRepository = webpagesMembershipRepository;
     this._cacheWraper = cacheWraper;
     this._imageFile = imageFile;
 }