20 lines
412 B
C#
20 lines
412 B
C#
using global::Microsoft.AspNetCore.Components;
|
|
using MP.Data;
|
|
using MP.Data.DatabaseModels;
|
|
using MP.Data.Services;
|
|
using Newtonsoft.Json;
|
|
|
|
namespace MP_TAB3.Pages
|
|
{
|
|
public partial class Parameters
|
|
{
|
|
#region Protected Methods
|
|
|
|
protected override async Task OnInitializedAsync()
|
|
{
|
|
await base.OnInitializedAsync();
|
|
}
|
|
|
|
#endregion Protected Methods
|
|
}
|
|
} |