Updated models
This commit is contained in:
		| @@ -3,6 +3,9 @@ | ||||
|     /// Model of a country | ||||
|     public class Country : IEntity | ||||
|     { | ||||
|         /// Unique identifier of the <see cref="Country"/> | ||||
|         public Guid Id { get; private set; } = Guid.NewGuid(); | ||||
|  | ||||
|         /// Name of the country | ||||
|         public string Name { get; set; } = null!; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user