예제 #1
0
 public IEnumerable <Vault> GetAllVaults()
 {
     return(_repo.GetAllVaults());
 }
예제 #2
0
 public IEnumerable <Vault> GetAllVaults(string userId)
 {
     return(_repo.GetAllVaults(userId));
 }