using WX.CRM.IBLL.Exam;
using WX.CRM.Model.Entity;
namespace WX.CRM.BLL.Exam
{
public class EXAM_PAPERSUBJECT_BL : DbContextRepository<EXAM_PAPERSUBJECT>, IEXAM_PAPERSUBJECT
}