Пример #1
0
        internal VaultKeep CreateTest(VaultKeep relationship)
        {
            VaultKeep isCreated = _repo.CreateTest(relationship);

            if (isCreated != null)
            {
                return(isCreated);
            }

            throw new Exception("could not add to vault, have you already added it?");
        }