Example #1
0
 public HiveSectionsController(IHiveSectionService hiveSectionService, IHiveSectionProductService hiveSectionProductService)
 {
     _hiveSectionService        = hiveSectionService ?? throw new ArgumentNullException(nameof(hiveSectionService));
     _hiveSectionProductService = hiveSectionProductService ?? throw new ArgumentNullException(nameof(hiveSectionProductService));
 }