public RequestBuilder(OpenfContext context, hl7Context hl7Context) { _hl7Context = hl7Context; _context = context; }
public LoginController(hl7Context hl7Context) { _hl7Context = hl7Context; }
public TransaccionesController(hl7Context context) { _context = context; }
public PeticionesController(OpenfContext context, hl7Context hl7Context) { _context = context; _hl7Context = hl7Context; }
public Autentication(hl7Context hl7Context) { _hl7Context = hl7Context; }
public TestController(OpenfContext context, hl7Context hl7Context) { _context = context; _hl7Context = hl7Context; }