username@email.com
2021-12-02 91bad66d03c07b6cb2a3eb09bdd98faab4b8caa3
zhengcaioa/IServices/IExpertTestTopicService.cs
@@ -34,5 +34,13 @@
        ResultEntity ModifyStatusjiexi(string id, string userid);
        List<ExpertTestResultDTO> GetListResult();
        ResultEntity saveResult(ExpertTestResultDTO dto);
        ExpertTestResultDTO GetResult(string Resulttype);
        List<ExpertTestTopicpeizhiDTO> GetListpeizhi();
        ResultEntity savepeizhi(ExpertTestTopicpeizhiDTO dto);
        ExpertTestTopicpeizhiDTO Getpeizhi(string Topictype,string Zhishitype);
    }
}