Пример #1
0
 public bool DeleteFeed(System.Int32 FeedId)
 {
     return(_iFeedRepository.DeleteFeed(FeedId));
 }