ComplianceServer/oldcode/BLL/weapp/WEAPP_FRIENDS_BL.cs

10 lines
186 B
C#

using WX.CRM.IBLL.weapp;
using WX.CRM.Model.Entity;
namespace WX.CRM.BLL.weapp
{
public class WEAPP_FRIENDS_BL : DbContextRepository<WEAPP_FRIENDS>, IWEAPP_FRIENDS
{
}
}