public CustomErrorsConfig(XrcSection xrcSerction) { _xrcSerction = xrcSerction; _customErrors = GetCustomErrors(); }
public FileSystemConfig(XrcSection xrcSection) { _xrcSection = xrcSection; }
public void TestInitialize() { _section = new XrcSection(); }