Skip to content

Instantly share code, notes, and snippets.

@bitsprint
Created June 7, 2013 08:37
Show Gist options
  • Save bitsprint/5727899 to your computer and use it in GitHub Desktop.
Save bitsprint/5727899 to your computer and use it in GitHub Desktop.
Resolver
namespace Core
{
public interface IResolver
{
T Resolve<T>();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment