Beispiel #1
0
 public static Item ToEntity(this Inventory.ItemModel model, Item destination)
 {
     return(model.MapTo(destination));
 }
Beispiel #2
0
 public static Item ToEntity(this Inventory.ItemModel model)
 {
     return(model.MapTo <Inventory.ItemModel, Item>());
 }