13 lines
316 B
C#
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; }
|
|
}
|
|
}
|