Example #1
0
 public Task <List <FeedData> > GetFeedsAsync()
 {
     return(MockHelper.ExecuteDelegateAsync(this.GetFeedsAsyncDelegate));
 }
Example #2
0
 public Task <bool> Unpin(TileInfo tileInfo)
 {
     return(MockHelper.ExecuteDelegateAsync <TileInfo, bool>(
                this.UnpinDelegate,
                tileInfo));
 }