using System.Collections.Generic; using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Exam { public interface IEXAM_PAPER : IRepository { bool HandExamPaper(decimal eid, decimal paperId, Dictionary answer); } }