示例#1
0
 public HuntController(ILogger <HuntController> logger, HuntDbContext context)
 {
     _context = context;
     _logger  = logger;
 }