Esempio n. 1
0
 public System.Threading.Tasks.Task EndTestingAsync(TestingSystemAdminPanel.TestingSystemServiceReference.TestResult result, string groupId, string subgroupId, string testId)
 {
     return(base.Channel.EndTestingAsync(result, groupId, subgroupId, testId));
 }
Esempio n. 2
0
 public void EndTesting(TestingSystemAdminPanel.TestingSystemServiceReference.TestResult result, string groupId, string subgroupId, string testId)
 {
     base.Channel.EndTesting(result, groupId, subgroupId, testId);
 }