Added RedirectUsingNamedRoute
[castle.git] / InversionOfControl / Castle.Windsor.Tests / Bugs / IoC-73 / IMyClass.cs
blobe75c5fb71a02140b5f69bd5bd834b5d85683c594
1 using System;
2 using System.Collections.Generic;
3 using System.Text;
5 namespace Castle.Windsor.Tests.Bugs.IoC73
7 public interface IMyClass
9 void Foo();