Esempio n. 1
0
 /// <summary>
 /// Initialises a new instance of the <see cref="TheographController"/> class.
 /// </summary>
 /// <param name="patientEpisodeService">The patient episode service.</param>
 public TheographController(PatientEpisodeService patientEpisodeService)
 {
     this.patientEpisodeService = patientEpisodeService;
 }
Esempio n. 2
0
 public HomeController(PatientEpisodeService patientEpisodeService)
 {
     this.patientEpisodeService = patientEpisodeService;
 }