using CRM.Core.Model.Entity;
namespace CRM.Core.BLL.Mon
{
public class Mon_OrderPayPrice_BL : DbContextRepository<Mon_OrderPayPrice>
}