TG.WXCRM.V4/IBLL/Csvr/ICSVR_MESSAGE.cs

9 lines
137 B
C#

using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.Csvr
{
public interface ICSVR_MESSAGE : IRepository<CSVR_MESSAGE>
{
}
}