gender controller finished
This commit is contained in:
13
WatchIt.Common/WatchIt.Common.Model/Genders/GenderRequest.cs
Normal file
13
WatchIt.Common/WatchIt.Common.Model/Genders/GenderRequest.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace WatchIt.Common.Model.Genders;
|
||||
|
||||
public class GenderRequest : Gender
|
||||
{
|
||||
#region PUBLIC METHODS
|
||||
|
||||
public Database.Model.Common.Gender CreateGender() => new Database.Model.Common.Gender()
|
||||
{
|
||||
Name = Name
|
||||
};
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user