public PharmResponsesController(PAHDbContext context, IOptions <ServiceUrl> config)
 {
     _context = context;
     _config  = config;
 }
 public PahResponseLoadService(PAHDbContext ctx)
 {
     _context = ctx;
 }
Exemple #3
0
 public PahFileGenerationController(PAHDbContext context)
 {
     _context = context;
 }