コード例 #1
0
 public DrinksController(HelixirContext context, IMapper mapper)
 {
     _mapper  = mapper;
     _context = context;
 }
コード例 #2
0
 public IngredientsController(HelixirContext context, IMapper mapper)
 {
     _mapper  = mapper;
     _context = context;
 }