Example #1
0
 public MongoHugService(IHugRepository hugRepository, IUserProfileService userProfileService)
 {
     _hugRepository      = hugRepository;
     _userProfileService = userProfileService;
     _logger             = LogManager.GetLogger(this.GetType());
 }
Example #2
0
 public MongoHugService(IHugRepository hugRepository, IUserProfileService userProfileService)
 {
     _hugRepository = hugRepository;
     _userProfileService = userProfileService;
     _logger = LogManager.GetLogger(this.GetType());
 }