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