Bukimedia.PrestaSharp.Factories.WarehouseFactory.GetAll C# (CSharp) Method

GetAll() public method

Get all warehouse.
public GetAll ( ) : List
return List
        public List<Entities.warehouse> GetAll()
        {
            return this.GetByFilter(null, null, null);
        }