ComplianceServer/oldcode/BLL/YunWx/YunWX_WORKACCOUNT_BL.cs

11 lines
199 B
C#

using WX.CRM.IBLL.YunWx;
using WX.CRM.Model.EntityYun;
namespace WX.CRM.BLL.YunWx
{
public class YunWX_WORKACCOUNT_BL : DbContextRepository<WX_WORKACCOUNT>, IYunWX_WORKACCOUNT
{
}
}