Ejemplo n.º 1
0
 private bool PostExists(int id)
 {
     return(_postLogic.PostExists(id));
 }