using System.Collections.Generic; using WX.CRM.Common; using WX.CRM.Model.Entity; namespace WX.CRM.IBLL.Soft { public interface ISOFT_CUSTOMER { void CleanSoftCustomer(List addList, List UpdateList); bool UpdateList(ref ValidationErrors errors, List customer_lists); void setSoftCustomerSalerId(); void ComputeSoftCustomer(decimal impid); void ListOfSoftSalerCommit(decimal saleruserid, decimal opuserid, int count); } }