Пример #1
0
        private void ServiceProviderInsertTest()
        {
            var sp = new ServiceProviderAccountsController();
            ServiceProviderAccount spA = new ServiceProviderAccount();

            //spA.ID = 345;
            spA.Name      = "Test";
            spA.ClientKey = "";
            string subId  = "";
            var    result = sp.UpdateServiceProviderAccount(spA);
        }
Пример #2
0
 private void ServiceProviderFetchTest()
 {
     var    sp     = new ServiceProviderAccountsController();
     string subId  = "";
     var    result = sp.ListServiceProviderAccounts();
 }