TG.WXCRM.V4/BLL/Wx/WX_BALANCESALEUSER_BL.cs

10 lines
195 B
C#

using WX.CRM.IBLL.Wx;
using WX.CRM.Model.Entity;
namespace WX.CRM.BLL.Wx
{
public class WX_BALANCESALEUSER_BL : DbContextRepository<WX_BALANCESALEUSER>, IWX_BALANCESALEUSER
{
}
}