Beispiel #1
0
 public TestColorMappingsDataAccess(ColorCategoryMapperFixture parent)
 {
     _parent = parent ?? throw new ArgumentNullException(nameof(parent));
 }
Beispiel #2
0
 public TestOutlookSession(ColorCategoryMapperFixture parent)
 {
     _parent = parent ?? throw new ArgumentNullException(nameof(parent));
 }