UserPage created
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace WatchIt.Website.Services.Configuration.Model;
|
||||
|
||||
public class Genders
|
||||
{
|
||||
public string Base { get; set; }
|
||||
public string GetAllGenders { get; set; }
|
||||
public string GetGender { get; set; }
|
||||
public string PostGender { get; set; }
|
||||
public string DeleteGender { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user