initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Application.Features.DashboardManager.Queries;
|
||||
|
||||
public class CRMItem
|
||||
{
|
||||
public double? CampaignTotalAmount { get; init; }
|
||||
public double? LeadTotalAmount { get; init; }
|
||||
public double? BudgetTotalAmount { get; init; }
|
||||
public double? ExpenseTotalAmount { get; init; }
|
||||
public double? ClosedTotalAmount { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user