public FeedSmart(MongoI.IPostBroadcastPersonRepository postBroadcastPersonRepository , NeoI.IPersonRepository personRepositoryN , NeoI.IPageRepository pageRepositoryN , NeoI.ICommunityRepository communityRepositoryN , MongoI.IPersonRepository personRepositoryM , MongoI.IStatusPostRepository statusPostRepository , MongoI.IJobPostRepository jobPostRepository , MongoI.ILastPostBroadCastRepository lastPostBroadCastRepository, CurrentProcess process) : base(process) { _PostbroadcastPersonRepositoryM = postBroadcastPersonRepository; _personRepositoryN = personRepositoryN; _pageRepositoryN = pageRepositoryN; _communityRepositoryN = communityRepositoryN; _personRepositoryM = personRepositoryM; _statusPostRepository = statusPostRepository; _jobPostRepository = jobPostRepository; _lastPostBroadCastRepository = lastPostBroadCastRepository; }
public LastPostBroadCastBusiness(MongoI.ILastPostBroadCastRepository lastpostbroadcastRepoM, CurrentProcess process) : base(process) { m_LastPostBroadCastRepositoryM = lastpostbroadcastRepoM; }