Ejemplo n.º 1
0
        internal IEnumerable <KeepVaultViewModel> GetKeepsByProfileId(string id)
        {
            IEnumerable <KeepVaultViewModel> keeps = _repo.GetKeepsByProfileId(id);

            return(keeps);
        }