Пример #1
0
 public User GetUserByPostId(int id)
 {
     return(_postService.GetUserByPost(id));
 }