示例#1
0
 public PostMasterDTO Get(int postMasterId)
 {
     return(mapper.Map <PostMasterDTO>(blog.GetPost(postMasterId)));
 }