示例#1
0
        public static Inventory MapInventory(Entities.Inventory iven)
        {
            Inventory i = new Inventory(iven.Id, iven.Name, iven.Amount, iven.LocationId);

            return(i);
        }
示例#2
0
        public static Inventory MapInventory(Entities.Inventory iven)
        {
            Inventory i = new Inventory(iven.LocationId);

            return(i);
        }