Bukimedia.PrestaSharp.Factories.WarehouseFactory.GetAll C# (CSharp) Méthode

GetAll() public méthode

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