username@email.com
2021-10-15 60e78c332cd5597f955e150e1a5f239db8facc59
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);
    }
}