username@email.com
昨天 d4431c7e89865a506af8662244004d0baa7ed609
zhengcaioa/IServices/IExpertTestTopicService.cs
@@ -36,9 +36,11 @@
        List<ExpertTestResultDTO> GetListResult();
        ResultEntity saveResult(ExpertTestResultDTO dto);
        ExpertTestResultDTO GetResult(string Resulttype);
        List<ExpertTestTopicpeizhiDTO> GetListpeizhi();
        ResultEntity savepeizhi(ExpertTestTopicpeizhiDTO dto);
        ExpertTestTopicpeizhiDTO Getpeizhi(string Topictype,string Zhishitype);
    }
}