Inizio gestione mese
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
|
||||
<table class="table table-striped @MainCss">
|
||||
<thead></thead>
|
||||
<tr>
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
@code {
|
||||
|
||||
/// <summary>
|
||||
/// Css sfondo principale
|
||||
/// default: bg-dark
|
||||
/// </summary>
|
||||
[Parameter]
|
||||
public string MainCss { get; set } = "bg-dark";
|
||||
|
||||
[Parameter]
|
||||
public DateOnly DtStart { get; set; } = DateOnly.FromDateTime(DateTime.Today);
|
||||
|
||||
[Parameter]
|
||||
public DateOnly DtEnd { get; set; } = DateOnly.FromDateTime(DateTime.Today.AddMonths(1));
|
||||
}
|
||||
Reference in New Issue
Block a user