Bukimedia.PrestaSharp.Factories.WarehouseFactory.GetAll C# (CSharp) Метод

GetAll() публичный Метод

Get all warehouse.
public GetAll ( ) : List
Результат List
        public List<Entities.warehouse> GetAll()
        {
            return this.GetByFilter(null, null, null);
        }