Esempio n. 1
0
 public async Task <IHttpActionResult> RunTest(bool unTest = true)
 {
     if (unTest)
     {
         Configer.UnTest();
     }
     return(Ok(await Configer.RunTestAsync(null)));
 }