Esempio n. 1
0
 public void CreateTestResult(ResultEntity test)
 {
     repo.Create(test.ToDal());
     _uow.Save();
 }