TG.WXCRM.V4/IBLL/Soft/ISOFT_ALLOCATERESLOG.cs

12 lines
259 B
C#

using System.Collections.Generic;
using WX.CRM.Common;
using WX.CRM.Model.Entity;
namespace WX.CRM.IBLL.Soft
{
public interface ISOFT_ALLOCATERESLOG
{
bool CreateList(ref ValidationErrors errors, List<SOFT_ALLOCATERESLOG> models);
}
}