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
/
ITransformer.cs
blob: 4cbb54c56badc29444b31699cddc4bc85888e8e8 (
plain
)
1
2
3
4
5
namespace Marina.Infrastructure { public interface ITransformer { Item To< Item >( ); } }