Changed domains, configured links between VisaApplication and Applicant,created generic repository and repositories for domains
This commit is contained in:
		| @@ -1,5 +1,8 @@ | ||||
| namespace Domains | ||||
| { | ||||
|     /// Interface that every entity should inherit from | ||||
|     public interface IEntity { } | ||||
|     public interface IEntity | ||||
|     { | ||||
|         public Guid Id { get; } | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user