예제 #1
0
 public List <TechCommentDTO> GetTechCommentSearch(TechCommentDTO techCommnetDTO)
 {
     return(new ITCircleDAO.ApplicationDAO().gettechCommentSearch(techCommnetDTO));
 }
예제 #2
0
 public List <TechCommentDTO> InserttechComment(TechCommentDTO techCommentDTO)
 {
     return(new ITCircleDAO.ApplicationDAO().techComment(techCommentDTO));
 }