ComplianceServer/oldcode/BLL/Res/RES_ALLCOTE_USER_BL.cs

10 lines
191 B
C#

using WX.CRM.IBLL.Res;
using WX.CRM.Model.Entity;
namespace WX.CRM.BLL.Res
{
public class RES_ALLCOTE_USER_BL : DbContextRepository<RES_ALLCOTE_USER>, IRES_ALLCOTE_USER
{
}
}