laatzen/LaaProductionWeb/LaaProductionWeb.Blazor/Components/CSD/ProgrammingParameters.razor.cs
2025-03-17 16:03:24 +01:00

13 lines
304 B
C#

namespace LaaProductionWeb.Blazor.Components.CSD
{
using LaaProductionWeb.Blazor.Components.CSD.Data;
using Microsoft.AspNetCore.Components;
public partial class ProgrammingParameters : ComponentBase
{
[Inject]
private CSDDBContext CSDDBContext { get; set; }
}
}