Skip to content

Instantly share code, notes, and snippets.

@rkusa
Created October 7, 2010 07:28
Show Gist options
  • Save rkusa/614716 to your computer and use it in GitHub Desktop.
Save rkusa/614716 to your computer and use it in GitHub Desktop.
public interface IDependencyResolver
{
object GetService(Type serviceType);
IEnumerable<object> GetServices(Type serviceType);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment