Example #1
0
 public async Task <List <Tweet> > GetTweetsBy(string userId)
 {
     return(await _repository.GetTweetsBy(userId));
 }