ComplianceServer/oldcode/IBLL/Res/IRES_CUSTOMERUSER.cs

15 lines
312 B
C#

using WX.CRM.Common;
namespace WX.CRM.IBLL.Res
{
public interface IRES_CUSTOMERUSER
{
bool Create(ref ValidationErrors errors, WX.CRM.Model.Entity.RES_CUSTOMERUSER model);
int ContractUser(string resid, string username);
void Delete(string username, string resid);
}
}