Add project files.
This commit is contained in:
12
ConstructorAppUI/ViewModels/DashboardIndexViewModel.cs
Normal file
12
ConstructorAppUI/ViewModels/DashboardIndexViewModel.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using ConstructorAppUI.Dtos.ContactUsDtos;
|
||||
|
||||
namespace ConstructorAppUI.ViewModels
|
||||
{
|
||||
public class DashboardIndexViewModel
|
||||
{
|
||||
public int ContactUsCount { get; set; }
|
||||
public int ProjectCount { get; set; }
|
||||
public int ReferenceCount { get; set; }
|
||||
public int TestimonialCount { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user