11 lines
335 B
C#
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; }
|
|
} |