ComplianceServer/oldcode/BLL/Wx/WX_ACTIVEUSER_BL.cs

11 lines
198 B
C#

using WX.CRM.BLL;
using WX.CRM.IBLL.Wx;
using WX.CRM.Model.Entity;
namespace AY.CRM.BLL.Wx
{
public class WX_ACTIVEUSER_BL : DbContextRepository<WX_ACTIVEUSER>, IWX_ACTIVEUSER
{
}
}