ComplianceServer/oldcode/BLL/weapp/WEAPP_SALEUSERS_BL.cs

10 lines
192 B
C#

using WX.CRM.IBLL.weapp;
using WX.CRM.Model.Entity;
namespace WX.CRM.BLL.weapp
{
public class WEAPP_SALEUSERS_BL : DbContextRepository<WEAPP_SALEUSERS>, IWEAPP_SALEUSERS
{
}
}