示例#1
0
 public SearchController(IUserInfoRepository _userInfoRepository, IJurisdictionHelper _jurisdictionHelper)
 {
     userInfoRepository = _userInfoRepository;
     jurisdictionHelper = _jurisdictionHelper;
 }
示例#2
0
 public HomeController(INoticeInfoRepository noticeInfoRepository, ICommentInfoRepository commentInfoRepository, IJurisdictionHelper jurisdictionHelper)
 {
     _noticeInfoRepository  = noticeInfoRepository;
     _commentInfoRepository = commentInfoRepository;
     _jurisdictionHelper    = jurisdictionHelper;
 }