Esempio n. 1
0
 public List <Reply> GetRepliesByPost(Post post)
 {
     return(_context.GetRepliesByPost(post));
 }