Пример #1
0
        public bool CreateComment(DataAccess.T_Comment comment, long idUser, long idBug)
        {
            DataAccess.Comment com = new DataAccess.Comment();

            return com.CreateComment(comment, idUser, idBug);
        }