Example #1
0
 public HomeController(IPatientDemoBusinessLayer patientDemoBusinessLayer)
 {
     _patientDemoBusinessLayer = patientDemoBusinessLayer;
 }