コード例 #1
0
ファイル: AplicationBL.cs プロジェクト: parag023/demo
 public List <TechCommentDTO> GetTechCommentSearch(TechCommentDTO techCommnetDTO)
 {
     return(new ITCircleDAO.ApplicationDAO().gettechCommentSearch(techCommnetDTO));
 }
コード例 #2
0
ファイル: AplicationBL.cs プロジェクト: parag023/demo
 public List <TechCommentDTO> InserttechComment(TechCommentDTO techCommentDTO)
 {
     return(new ITCircleDAO.ApplicationDAO().techComment(techCommentDTO));
 }