Exemplo n.º 1
0
        void AddCredential()
        {
            SecurityModel model = new SecurityModel();

            model.Credential = Prompt("name of credential");
            sRepository.AddCredential(model);
        }