public CategoryBrandsController(IBrandQueryService brandQueryService)
 {
     _brandQueryService = brandQueryService;
 }
Beispiel #2
0
 public BrandController(ICommandBus bus, IBrandQueryService brandQueryService) : base(bus)
 {
     _brandQueryService = brandQueryService;
 }