예제 #1
0
 /// <inheritdoc/>
 public string Serialize(ITestCase testCase)
 => InnerController.Serialize(testCase);
예제 #2
0
 /// <inheritdoc/>
 public string Serialize(ITestCase testCase)
 {
     return(InnerController.Serialize(testCase));
 }