Ejemplo n.º 1
0
 public void Dispose(bool disposing)
 {
     using (var repo = new PatientRepository())
     {
         repo.Dispose();
     }
 }