Esempio n. 1
0
 public LeafEntryExecutor(LeafExtensionBase ext, ApiAllocator apiAllocator)
 {
     this.ext          = ext ?? throw new ArgumentNullException(nameof(ext));
     this.apiAllocator = apiAllocator ?? throw new ArgumentNullException(nameof(apiAllocator));
 }
Esempio n. 2
0
 public LeafPropertyInjector(LeafExtensionBase ext, ApiAllocator apiAllocator)
 {
     this.ext          = ext ?? throw new System.ArgumentNullException(nameof(ext));
     this.apiAllocator = apiAllocator ?? throw new System.ArgumentNullException(nameof(apiAllocator));
 }