Refactoring, database structure changed
This commit is contained in:
10
WatchIt.DTO/Models/Controllers/Genres/Genre/GenreRequest.cs
Normal file
10
WatchIt.DTO/Models/Controllers/Genres/Genre/GenreRequest.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace WatchIt.DTO.Models.Controllers.Genres.Genre;
|
||||
|
||||
public class GenreRequest
|
||||
{
|
||||
#region PROPERTIES
|
||||
|
||||
public string Name { get; set; } = null!;
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user