Beispiel #1
0
 public BlogPost GetPostByID(string postID)
 {
     return(bData.GetPostById(postID));
 }