Example #1
0
 public Vault CreateVault([FromBody] Vault vault)
 {
     return(_repo.CreateOne(vault));
 }