TG.WXCRM.V4/IBLL/Soft/ISOFT_RESETPWD.cs

12 lines
200 B
C#

using WX.CRM.Common;
using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.Soft
{
public interface ISOFT_RESETPWD
{
bool Add(ref ValidationErrors errors, SOFT_RESETPWD model);
}
}