コード例 #1
0
ファイル: BlogOperation.cs プロジェクト: yodhraj/Blog
 public PostMasterDTO Get(int postMasterId)
 {
     return(mapper.Map <PostMasterDTO>(blog.GetPost(postMasterId)));
 }