Esempio n. 1
0
        internal object GetByProfile(string id)
        {
            IEnumerable <Vault> vaults = _repo.GetByProfile(id);

            return(vaults.ToList().FindAll(v => v.IsPrivate == false));
        }