ComplianceServer/oldcode/BLL/Csvr/CSVR_FAVORITECUSTOMER_HIS_B...

10 lines
220 B
C#

using WX.CRM.IBLL.Csvr;
using WX.CRM.Model.Entity;
namespace WX.CRM.BLL.Csvr
{
public class CSVR_FAVORITECUSTOMER_HIS_BL : DbContextRepository<CSVR_FAVORITECUSTOMER_HIS>, ICSVR_FAVORITECUSTOMER_HIS
{
}
}