@page "/settings/maschine"; @using Microsoft.EntityFrameworkCore @using CocktailWeb.Data @using Microsoft.AspNetCore.Components.Sections @using CocktailWeb.Shared @inject IDbContextFactory DataContextFactory; Maschineneinstellungen

Ausgießer

@foreach (Filler f in Fillers.Where(f => f.Type == Filler.FillerType.Pourer)) { @f.Pos - @f.Flasche?.Name }

Pumpen

@foreach (Filler f in Fillers.Where(f => f.Type == Filler.FillerType.Pump)) { @f.Pos - @f.Flasche?.Name }
Flasche auswählen