|
using System.Collections.Generic;
|
|
using WX.CRM.Common;
|
|
|
|
namespace WX.CRM.IBLL.Soft
|
|
{
|
|
public interface ISOFT_ACTIVEMODULE
|
|
{
|
|
bool Create(ref ValidationErrors errors, List<WX.CRM.Model.Entity.SOFT_ACTIVEMODULE> models);
|
|
bool Delete(ref ValidationErrors errors, decimal productId);
|
|
}
|
|
}
|