using CRM.Core.Model.Entity;
namespace CRM.Core.BLL.Sms
{
public class SMS_ACCOUNT_BL : DbContextRepository<SMS_ACCOUNT>
}