aggiunta history plot
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
public class DataLogFilter
|
||||
{
|
||||
|
||||
public DateTime DtStart { get; set; } = DateTime.Today.AddDays(-1);
|
||||
public DateTime DtEnd { get; set; } = DateTime.Today.AddDays(1);
|
||||
public DateTime DtStart { get; set; } = DateTime.Today.AddDays(-3);
|
||||
public DateTime DtEnd { get; set; } = DateTime.Today.AddDays(3);
|
||||
|
||||
public override bool Equals(object obj)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user