Example #1
0
 public void Create(TestDto test, string courseId)
 {
     testServiceClient.Create(test, courseId);
 }