Beispiel #1
0
 public OderController(IAreaInfoService areaInfoService, IOrderIdInfoService orderIdInfoService, IShopInfoService shopInfoService, IGoodsService goodsService, IOrderInfoService orderInfoService)
 {
     this.areaInfoService    = areaInfoService;
     this.orderIdInfoService = orderIdInfoService;
     this.shopInfoService    = shopInfoService;
     this.goodsService       = goodsService;
     this.orderInfoService   = orderInfoService;
 }
Beispiel #2
0
 public ShopInfoController(IShopInfoService shopInfoServices, IRedisCacheManager redisCacheManager)
 {
     _shopInfoServices  = shopInfoServices;
     _redisCacheManager = redisCacheManager;
 }
Beispiel #3
0
 public Job1TimedService(IShopInfoService shoinfoService)
 {
     _shoinfoService = shoinfoService;
 }
 public RequRespLogMildd(RequestDelegate next, IShopInfoService shopService)
 {
     _next        = next;
     _shopService = shopService;
 }