|
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);
|
|
}
|
|
}
|