public void AddIndustryResearchContent() { DLModelIndustryResearch.IndustryResearchContent = "asdf sda"; int result = _carouselSetupBL.AddIndustryResearchContent(DLModelIndustryResearch); Assert.IsTrue(result > 0, "Unable to Add"); }
public int AddIndustryResearchContent(IndustryResearch industryResearchContent) { return(_carouselSetUp.AddIndustryResearchContent(Mapper.Map <DTO.IndustryResearch, HCRGUniversity.Core.Data.Model.IndustryResearch>(industryResearchContent))); }