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