using CRM.Core.Model.Entity;
namespace CRM.Core.BLL.Exam
{
public class EXAM_PAPERSUBJECT_BL : DbContextRepository<EXAM_PAPERSUBJECT>
}