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