Ejemplo n.º 1
0
 internal IEnumerable <VaultKeepViewModel> Get(string userId)
 {
     return(_repo.GetByUser(userId));
 }