Edit Records

This commit is contained in:
2025-12-01 17:56:17 +01:00
parent 7ea5ed506e
commit c8ded1f0a4
11 changed files with 624 additions and 28 deletions

View File

@@ -0,0 +1,6 @@
namespace DiunaBI.UI.Shared.Services;
public class TokenProvider
{
public string? Token { get; set; }
}