Exemplo n.º 1
0
 public TestColorMappingsDataAccess(ColorCategoryMapperFixture parent)
 {
     _parent = parent ?? throw new ArgumentNullException(nameof(parent));
 }
Exemplo n.º 2
0
 public TestOutlookSession(ColorCategoryMapperFixture parent)
 {
     _parent = parent ?? throw new ArgumentNullException(nameof(parent));
 }