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