Example #1
0
 public bool CreateTestFile([FromBody] TestFile testFile)
 {
     return(_testRepository.CreateTestFile(testFile));
 }