Exemplo n.º 1
0
 public VaultKeep AssociateVaultAndKeep([FromBody] VaultKeep vaultKeep)
 {
     return(_repo.AssociateVaultAndKeep(vaultKeep));
 }