1. AES Encryption/Decryption Tool
2. Encrypted Connection string 3. Added API Security using ApiKey
This commit is contained in:
@@ -31,5 +31,13 @@
|
||||
public ICollection<HobbyDto> Hobbies { get; set; } = new List<HobbyDto>();
|
||||
|
||||
public ICollection<ProjectDto> Projects { get; set; } = new List<ProjectDto>();
|
||||
|
||||
public ICollection<string> ProjectsCategories
|
||||
{
|
||||
get
|
||||
{
|
||||
return Projects.Select(p => p.Category).Distinct().ToList();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user