TG.WXCRM.V4/IBLL/Csvr/ICSVR_UNITECUSTOMERAPPLYDET...

12 lines
302 B
C#

using System.Collections.Generic;
using WX.CRM.Common;
using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.Csvr
{
public interface ICSVR_UNITECUSTOMERAPPLYDETAIL
{
bool Creata_UnitCustomerApplyDetail(ref ValidationErrors errors, List<CustomerRelation> lists, decimal uniteId);
}
}