TG.WXCRM.V4/IBLL/Base/IBAS_INNERUSER_EXT.cs

13 lines
416 B
C#

using WX.CRM.Common;
using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.Base
{
public interface IBAS_INNERUSER_EXT
{
bool Create_InnerUserExtend(ref ValidationErrors errors, BAS_INNERUSER_EXT model);
bool Update_InnerUserExtend(ref ValidationErrors errors, BAS_INNERUSER_EXT model, decimal operuserid);
void Update_UserCustomer(BAS_INNERUSER_EXT model, decimal operuserid);
}
}