Пример #1
0
 /// <summary>
 /// Current testing.
 /// </summary>
 /// <param name="testingContent">Include exam id</param>
 /// <returns>All question in this question</returns>
 public TestingContent[] CurrentTesting(TestingContent testingContent)
 {
     try
     {
         return(client.CurrentTesting(testingContent));
     }
     catch (RequestExceprion ex)
     {
         throw ex;
     }
 }