コード例 #1
0
 public GetMtgaDeckDetailResponse(MtgaDeckDetailDto detail)
 {
     Detail = detail;
 }
コード例 #2
0
 public GetMtgaDeckDetailResponse(MtgaDeckDetail detail)
 {
     Detail = Mapper.Map <MtgaDeckDetailDto>(detail);
 }