initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Application.Features.DashboardManager.Queries;
|
||||
|
||||
public class AccummulationChartItem
|
||||
{
|
||||
public string X { get; init; } = string.Empty;
|
||||
public double Y { get; init; } = 0.0;
|
||||
public string Text { get; init; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user