Exemplo n.º 1
0
 public IEnumerable <Vault> Get(string userId)
 {
     return(_repo.GetUsersVaults(userId));
 }