ComplianceServer/oldcode/IBLL/Csvr/ICSVR_FAVORITECUSTOMER_HIS.cs

9 lines
163 B
C#

using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.Csvr
{
public interface ICSVR_FAVORITECUSTOMER_HIS : IRepository<CSVR_FAVORITECUSTOMER_HIS>
{
}
}