コード例 #1
0
ファイル: MongoHugService.cs プロジェクト: stawiu/penedating
 public MongoHugService(IHugRepository hugRepository, IUserProfileService userProfileService)
 {
     _hugRepository      = hugRepository;
     _userProfileService = userProfileService;
     _logger             = LogManager.GetLogger(this.GetType());
 }
コード例 #2
0
ファイル: MongoHugService.cs プロジェクト: stawiu/penedating
 public MongoHugService(IHugRepository hugRepository, IUserProfileService userProfileService)
 {
     _hugRepository = hugRepository;
     _userProfileService = userProfileService;
     _logger = LogManager.GetLogger(this.GetType());
 }