예제 #1
0
 public Post GetById(int id, User user)
 {
     return(_postLogic.GetById(id, user));
 }