Example #1
0
 public Twitter_Shared.Data.Model.Feed GetFeed(long id)
 {
     return(_feedRepository.Find(id));
 }