예제 #1
0
 public PacienteService(CitasMedicasNet5Context context)
 {
     _context = context;
 }
예제 #2
0
 public MedicoService(CitasMedicasNet5Context context)
 {
     _context = context;
 }
 public CitasController(CitasMedicasNet5Context context, IMapper mapper)
 {
     _context = context;
     _mapper  = mapper;
 }