Exemple #1
0
 public Status Get(int id)
 {
     return(_tweetService.GetMention(id));
 }