summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.Core/IRequireHostFactories.cs
blob: b2d7af8d6da0785822c2ff38fa3bb7f9e10e3cca (plain)
1
2
3
4
5
6
7
8
9
10
11
//-----------------------------------------------------------------------
// <copyright file="IRequireHostFactories.cs" company="Andrew Arnott">
//     Copyright (c) Andrew Arnott. All rights reserved.
// </copyright>
//-----------------------------------------------------------------------

namespace DotNetOpenAuth {
	public interface IRequireHostFactories {
		IHostFactories HostFactories { get; set; }
	}
}