ComplianceServer/oldcode/Core.BLL/Sms/SMS_ACCOUNT_BL.cs

9 lines
143 B
C#

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