ComplianceServer/oldcode/IBLL/Csvr/ICSVR_UNITECUSTOMERAPPLY.cs

13 lines
440 B
C#

using WX.CRM.Common;
using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.Csvr
{
public interface ICSVR_UNITECUSTOMERAPPLY
{
decimal Create_UniteCustomerApply(ref ValidationErrors errors, CSVR_UNITECUSTOMERAPPLY model);
bool Update_UniteCustomerApply(ref ValidationErrors errors, CSVR_UNITECUSTOMERAPPLY model);
bool Check_UniteCustomerApply(ref ValidationErrors errors, decimal id, decimal userid);
}
}