Example #1
0
 public void DeleteTest(Test test)
 {
     _testsRepo.DeleteItem(test.Id);
 }