Пример #1
0
 public bool BlogExists(int id)
 {
     return(_repository.BlogExists(id));
 }