This commit is contained in:
ani_konarcheva@abv.bg
2022-04-01 16:30:44 +03:00
parent 0f3e02cb92
commit aad682be3e
14 changed files with 164 additions and 482 deletions

View File

@@ -14,5 +14,7 @@ namespace Data.Entities
public string LastName { get; set; }
public string PersonalNumber { get; set; }
public bool IsAdmin { get; set; }
}
}