public PosController(Models.Db.drinkShopContext shopContext, AutoMapper.IMapper mapper, IWebHostEnvironment env) { _shopContext = shopContext; _mapper = mapper; _env = env; }
public PayController(Models.Db.drinkShopContext shopContext, IConfiguration configuration) { _shopContext = shopContext; _configuration = configuration; }