예제 #1
0
 //Industry research
 public int AddIndustryResearchContent(DLModel.IndustryResearch industryResearchContent)
 {
     return(_industryResearchRepository.Add(industryResearchContent).IndustryResearchID);
 }
예제 #2
0
 public int UpdateIndustryResearchContent(DLModel.IndustryResearch industryResearchContent)
 {
     return(_industryResearchRepository.Update(industryResearchContent));
 }