Ejemplo n.º 1
0
 public static InventoryAttributeItem ToItem(this InventoryAttribute entity)
 {
     return(entity.MapTo <InventoryAttribute, InventoryAttributeItem>());
 }
Ejemplo n.º 2
0
 public static InventoryAttribute ToInventoryAttribute(this InventoryAttribute entity, InventoryAttribute destination)
 {
     return(entity.MapTo(destination));
 }
Ejemplo n.º 3
0
 public static InventoryAttributeModel ToModel(this InventoryAttribute entity)
 {
     return(entity.MapTo <InventoryAttribute, InventoryAttributeModel>());
 }