genre page added

This commit is contained in:
2024-11-08 17:53:23 +01:00
Unverified
parent 9f2ccadff7
commit 2d5b996337
20 changed files with 870 additions and 355 deletions

View File

@@ -3,9 +3,10 @@
public class Genres
{
public string Base { get; set; }
public string GetAll { get; set; }
public string Get { get; set; }
public string Post { get; set; }
public string Put { get; set; }
public string Delete { 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; }
}