index
:
school/sait.git
master
Unnamed repository; edit this file 'description' to name the repository.
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
slips
/
src
/
app
/
Marina
/
Infrastructure
/
IFactory.cs
blob: 0c835e0466006d3e1b342bf8e3c7b8851140bf37 (
plain
)
1
2
3
4
5
namespace Marina.Infrastructure { public interface IFactory< T > { T Create( ); } }