コード例 #1
0
 public VaultKeep AssociateVaultAndKeep([FromBody] VaultKeep vaultKeep)
 {
     return(_repo.AssociateVaultAndKeep(vaultKeep));
 }