repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added RedirectUsingNamedRoute
[castle.git]
/
InversionOfControl
/
Castle.Windsor.Tests
/
Bugs
/
IoC-73
/
IMyClass.cs
blob
e75c5fb71a02140b5f69bd5bd834b5d85683c594
1
using
System
;
2
using
System
.
Collections
.
Generic
;
3
using
System
.
Text
;
4
5
namespace
Castle
.
Windsor
.
Tests
.
Bugs
.
IoC73
6
{
7
public interface
IMyClass
8
{
9
void
Foo
();
10
}
11
}