genre page added
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
Reference in New Issue
Block a user