コード例 #1
0
 public PacienteController(IFichaPacienteService fichaPacienteService,
                           ICamaService camaService)
 {
     _fichaPacienteService = fichaPacienteService;
     _camaService          = camaService;
 }
コード例 #2
0
 public CamaPacienteController(ICamaService camaService)
 {
     _camaService = camaService;
 }