Files
2024-11-08 22:19:34 +01:00

11 lines
335 B
C#

namespace WatchIt.Website.Services.Configuration.Model;
public class Genres
{
public string Base { get; set; }
public string GetGenres { get; set; }
public string GetGenre { get; set; }
public string PostGenre { get; set; }
public string DeleteGenre { get; set; }
public string GetGenreMedia { get; set; }
}