Example #1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="consultationService"></param>
 public ConsultationPatientCaseController(IConsultationPatientCaseService consultationPatientCaseService)
 {
     _consultationPatientCaseService = consultationPatientCaseService;
 }