标签: c# azure windows-phone-8 mvvmcross portable-class-library
我找到了这个nice article(万一有人会发现它有用),但我的问题有点笼统。我有一个真正的服务,返回
public Task<MobileServiceCollection<ProfileItem, ProfileItem>> PullProfileItems() { return profileTable.ToCollectionAsync(); }
如何在设计时服务中使用一些假数据填充该集合?