コード例 #1
0
 public static SKL_ColorCode ToEntity(this SKL_ColorCodeModel model, SKL_ColorCode destination)
 {
     return(model.MapTo(destination));
 }
コード例 #2
0
 public static SKL_ColorCode ToEntity(this SKL_ColorCodeModel model)
 {
     return(model.MapTo <SKL_ColorCodeModel, SKL_ColorCode>());
 }