using CRM.Core.Model.Entity;
namespace CRM.Core.BLL.Cms
{
public class CMS_News_BL : DbContextRepository<CMS_News>
}