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