Ejemplo n.º 1
0
 public PharmResponsesController(PAHDbContext context, IOptions <ServiceUrl> config)
 {
     _context = context;
     _config  = config;
 }
Ejemplo n.º 2
0
 public PahResponseLoadService(PAHDbContext ctx)
 {
     _context = ctx;
 }
Ejemplo n.º 3
0
 public PahFileGenerationController(PAHDbContext context)
 {
     _context = context;
 }