예제 #1
0
 public async Task <Tweet> GetTweetForDeletion(int tweetId)
 {
     return(await _tweetRepository.GetTweetForDeletion(tweetId));
 }