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