
11 changed files with 54 additions and 12 deletions
@ -0,0 +1,9 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Threading.Tasks; |
|||
|
|||
namespace CoviDok.Data.Model |
|||
{ |
|||
public enum Gender { Male, Female } |
|||
} |
Loading…
Reference in new issue