예제 #1
0
 public BlogItem RetrieveBlogItemById(int id)
 {
     return(blogInterface.RetrieveBlogItemById(id));
 }