예제 #1
0
 public List <Post> GetInteressantePosts(int gebruikerId)
 {
     return(context.GetInteressantePosts(gebruikerId));
 }