Esempio n. 1
0
 public MicrosoftGraphShiftMap(IShiftThemeMap shiftThemeMap, MicrosoftGraphOptions options)
 {
     _shiftThemeMap = shiftThemeMap ?? throw new ArgumentNullException(nameof(shiftThemeMap));
     _options       = options ?? throw new ArgumentNullException(nameof(options));
 }
Esempio n. 2
0
 public MicrosoftGraphShiftMap(IShiftThemeMap shiftThemeMap)
 {
     _shiftThemeMap = shiftThemeMap ?? throw new ArgumentNullException(nameof(shiftThemeMap));
 }