Refactoring, database structure changed
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using WatchIt.DTO.Models.Generics.Rating;
|
||||
|
||||
namespace WatchIt.DTO.Models.Controllers.People.Person;
|
||||
|
||||
public class PersonUserRatedResponse : PersonResponse
|
||||
{
|
||||
#region PROPERTIES
|
||||
|
||||
public RatingUserOverallResponse RatingUser { get; set; } = null!;
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user