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