Ejemplo n.º 1
0
 public ServiceBase(
     AQDiningContext dbDiningContext,
     IWorkContext workContext,
     IMapper mapper)
 {
     _dbDiningContext = dbDiningContext;
     _workContext     = workContext;
     _mapper          = mapper;
 }
 public RestaurantMerchantService(
     AQDiningContext dbContext,
     IWorkContext workContext,
     IMapper mapper) : base(dbContext, workContext, mapper)
 {
 }