Example #1
0
 public async Task <IActionResult> GetTestMethods(int id)
 {
     return(Json(await tests.GetMethodsByTestParameterId(id)));
 }