ComplianceServer/oldcode/IBLL/Base/IBAS_INNERUSERSALT_Q.cs

10 lines
198 B
C#

using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.Base
{
public interface IBAS_INNERUSERSALT_Q
{
BAS_INNERUSERSALT getUserSalt(decimal inneruserid, decimal innerusereid);
}
}