Exemple #1
0
 public IEnumerable <VaultKeepViewModel> GetVaultKeeps(string userId, int id)
 {
     return(_repo.GetVaultKeeps(userId, id));
 }