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