TG.WXCRM.V4/BLL/Res/RES_CUSTOMER_SALES_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_CUSTOMER_SALES_BL : DbContextRepository<RES_CUSTOMER_SALES>, IRES_CUSTOMER_SALES
{
}
}