ComplianceServer/oldcode/BLL/Wx/WX_BALANCE_LOG_BL.cs

11 lines
184 B
C#

using WX.CRM.IBLL.Wx;
using WX.CRM.Model.Entity;
namespace WX.CRM.BLL.Wx
{
public class WX_BALANCE_LOG_BL : DbContextRepository<WX_BALANCE_LOG>, IWX_BALANCE_LOG
{
}
}