TG.WXCRM.V4/BLL/Csvr/CSVR_CALLRECORD_QC_BL.cs

10 lines
199 B
C#

using WX.CRM.IBLL.Csvr;
using WX.CRM.Model.Entity;
namespace WX.CRM.BLL.Csvr
{
public class CSVR_CALLRECORD_QC_BL : DbContextRepository<CSVR_CALLRECORD_QC>, ICSVR_CALLRECORD_QC
{
}
}