laatzen/LaaProductionWeb/LaaProductionWeb.Blazor/Components/CSD/ProgrammingParameters.razor.cs
2025-04-01 14:10:35 +02:00

13 lines
316 B
C#

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