ComplianceServer/oldcode/IBLL/Base/IBAS_GROUPLEADER.cs

12 lines
288 B
C#

using WX.CRM.Common;
namespace WX.CRM.IBLL.Base
{
public interface IBAS_GROUPLEADER
{
bool Create(ref ValidationErrors errors, WX.CRM.Model.Entity.BAS_GROUPLEADER model);
bool Delete(ref ValidationErrors errors, decimal inneruserId, decimal groupId);
}
}