Refactoring, database structure changed
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using WatchIt.DTO.Models.Generics.Rating;
|
||||
|
||||
namespace WatchIt.DTO.Models.Controllers.Media.Medium.Response;
|
||||
|
||||
public interface IMediumUserRatedResponse
|
||||
{
|
||||
#region PROPERTIES
|
||||
|
||||
RatingUserResponse? RatingUser { get; set; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user