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