Refactoring, database structure changed
This commit is contained in:
13
WatchIt.DTO/Models/Generics/ViewCount/ViewCountResponse.cs
Normal file
13
WatchIt.DTO/Models/Generics/ViewCount/ViewCountResponse.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace WatchIt.DTO.Models.Generics.ViewCount;
|
||||
|
||||
public class ViewCountResponse
|
||||
{
|
||||
#region PROPERTIES
|
||||
|
||||
public long Last24Hours { get; set; }
|
||||
public long LastWeek { get; set; }
|
||||
public long LastMonth { get; set; }
|
||||
public long LastYear { get; set; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user