Example #1
0
        private async void ExecuteQuoteCommand()
        {
            await ViewServiceRepository.QuoteTweet(Status, Accounts.Where( a => a.Use ).Select(a => a.Context.UserId));

            Close(true);
        }
Example #2
0
 private async void ExecuteQuoteStatusCommand()
 {
     await ViewServiceRepository.QuoteTweet(this);
 }