Bukimedia.PrestaSharp.Entities.AuxEntities.AssociationsWarehouse.AssociationsWarehouse C# (CSharp) Method

AssociationsWarehouse() public method

public AssociationsWarehouse ( ) : System.Collections.Generic
return System.Collections.Generic
        public AssociationsWarehouse()
        {
            this.shops = new List<shop>();
            this.carries = new List<carrier>();
            this.stocks = new List<stock>();
        }
AssociationsWarehouse