Refactoring, database structure changed
This commit is contained in:
6
WatchIt.DTO/Models/Generics/Rating/IRatingResponse.cs
Normal file
6
WatchIt.DTO/Models/Generics/Rating/IRatingResponse.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace WatchIt.DTO.Models.Generics.Rating;
|
||||
|
||||
public interface IRatingResponse
|
||||
{
|
||||
decimal? Rating { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user