ComplianceServer/oldcode/BLL/Wx/WX_SERVICEHITS_BL.cs

12 lines
185 B
C#

using WX.CRM.IBLL.Wx;
using WX.CRM.Model.Entity;
namespace WX.CRM.BLL.Wx
{
public class WX_SERVICEHITS_BL : DbContextRepository<WX_SERVICEHITS>, IWX_SERVICEHITS
{
}
}