ComplianceServer/oldcode/BLL/Res/RES_SHAREDPOOL_ONE_BL.cs

10 lines
197 B
C#

using WX.CRM.IBLL.Res;
using WX.CRM.Model.Entity;
namespace WX.CRM.BLL.Res
{
public class RES_SHAREDPOOL_ONE_BL : DbContextRepository<RES_SHAREDPOOL_ONE>, IRES_SHAREDPOOL_ONE
{
}
}