using System.Collections.Generic;
using WX.CRM.DataSynClient.Domain;
namespace WX.CRM.DataSynClient.Dao
{
public interface IStore
IEnumerable<SYNC_PUSH> GetList(int topNum);
void PushSucc(SYNC_PUSH info);
void Insert(SYNC_RECEIVE info);
}