ComplianceServer/oldcode/Core.BLL/Soft/Soft_ResetPwd_BL.cs

9 lines
148 B
C#

using CRM.Core.Model.Entity;
namespace CRM.Core.BLL.Soft
{
public class Soft_ResetPwd_BL : DbContextRepository<soft_resetpwd>
{
}
}