|
using WX.CRM.Common;
|
|
using WX.CRM.Model.Entity;
|
|
|
|
namespace WX.CRM.IBLL.Csvr
|
|
{
|
|
public interface ICSVR_RECORDSHARED
|
|
{
|
|
bool Create_RecordShared(ref ValidationErrors error, CSVR_RECORDSHARED model);
|
|
bool Delete_RecordShared(ref ValidationErrors errors, decimal id);
|
|
}
|
|
}
|