示例#1
0
 public MacrosController(MacroRegistryService macroRegistryService)
 {
     _macroRegistryService = macroRegistryService ?? throw new ArgumentNullException(nameof(macroRegistryService));
 }