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
Fix the build.
[castle.git]
/
Experiments
/
Castle.Igloo
/
Igloo.Clinic.Domain
/
ICart.cs
blob
9877e789db7f2915e2aa6d04390ffdeba1498444
1
using
System
.
Collections
;
2
3
4
namespace
Igloo
.
Clinic
.
Domain
5
{
6
public interface
ICart
:
IList
7
{
8
}
9
}