TG.WXCRM.V4/BLL/Wx/WX_LASTMSGTIME_BL.cs

10 lines
183 B
C#

using WX.CRM.IBLL.Wx;
using WX.CRM.Model.Entity;
namespace WX.CRM.BLL.Wx
{
public class WX_LASTMSGTIME_BL : DbContextRepository<WX_LASTMSGTIME>, IWX_LASTMSGTIME
{
}
}