Esempio n. 1
0
 public IEnumerable <Vault> GetAllVaults()
 {
     return(_repo.GetAllVaults());
 }
Esempio n. 2
0
 public IEnumerable <Vault> GetAllVaults(string userId)
 {
     return(_repo.GetAllVaults(userId));
 }