TG.WXCRM.V4/BLL/Csvr/CSVR_MESSAGE_BL.cs

12 lines
183 B
C#

using WX.CRM.IBLL.Csvr;
using WX.CRM.Model.Entity;
namespace WX.CRM.BLL.Csvr
{
public class CSVR_MESSAGE_BL : DbContextRepository<CSVR_MESSAGE>, ICSVR_MESSAGE
{
}
}