public void NewsSectionInitialize() { _newsSectionRepository = new NewsSectionRepository(new Core.Base.Data.SqlServer.Factory.BaseContextFactory <HCRGUniversity.Core.Data.SqlServer.HCRGUniversityDBContext>()); _newsSectionBL = new NewsSectionImpl(_newsSectionRepository); }
public NewsSectionImpl(INewsSectionRepository newsSectionRepository) { _newsSectionRepository = newsSectionRepository; }