Beispiel #1
0
 internal IEnumerable <Vault> GetVaultsByProfile(string profileId, string userId)
 {
     return(_repo.getVaultsByProfile(profileId).ToList().FindAll(v => v.CreatorId == userId || !v.IsPrivate));
 }