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
/
IBrokenRule.cs
blob: 190dc0bc3dbbfea6aa72d7ce2fd1bf65bc8e67af (
plain
)
1
2
3
4
5
namespace Marina.Domain.Interfaces { public interface IBrokenRule { string Message(); } }