Esempio n. 1
0
 public string Delete(int vaultId, int keepId)
 {
     return(vaultKeepDb.FindByRelatedIdsAndRemove(keepId, vaultId));
 }