Refactoring, database structure changed
This commit is contained in:
10
WatchIt.DTO/Models/Generics/Rating/RatingRequest.cs
Normal file
10
WatchIt.DTO/Models/Generics/Rating/RatingRequest.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace WatchIt.DTO.Models.Generics.Rating;
|
||||
|
||||
public class RatingRequest
|
||||
{
|
||||
#region PROPERTIES
|
||||
|
||||
public byte Rating { get; set; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user