Files
2024-11-08 17:53:23 +01:00

12 lines
376 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 PutGenre { get; set; }
public string DeleteGenre { get; set; }
public string GetGenreMedia { get; set; }
}