Aggiunto retrieve dati (da convertire x grafico)
This commit is contained in:
@@ -134,8 +134,10 @@ namespace MP.IOC.Components.Pages
|
||||
/// <param name="selDetail"></param>
|
||||
private async Task ShowDetail(string selDetail)
|
||||
{
|
||||
await Task.Delay(10);
|
||||
currDetail = selDetail;
|
||||
// recupero dettaglio 7gg...
|
||||
DateTime adesso = DateTime.Now;
|
||||
var detailList = await StatsDetService.GetFiltAsync(adesso.AddDays(-3), adesso, "", selDetail);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user