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
/
Domain
/
Interfaces
/
ILocation.cs
blob: 2464e8c834b9ba167bb0be99d9c4baeba9f3aa1f (
plain
)
1
2
3
4
5
namespace Marina.Domain.Interfaces { public interface ILocation { string Name(); } }