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