Refactoring, database structure changed
This commit is contained in:
11
WatchIt.Database/Model/IViewCountEntity.cs
Normal file
11
WatchIt.Database/Model/IViewCountEntity.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace WatchIt.Database.Model;
|
||||
|
||||
public interface IViewCountEntity
|
||||
{
|
||||
#region PROPERTIES
|
||||
|
||||
DateOnly Date { get; set; }
|
||||
long ViewCount { get; set; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user