username@email.com
2022-12-19 04ecf2e53539e37930e8c6a128cd8a4f51a0963e
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);
    }
}