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
/
Task
/
IApplicationStartupTask.cs
blob: 8fcdf6e4be4090d1d0c64916653d08cf81d7f5cc (
plain
)
1
2
3
4
5
namespace Marina.Task { public interface IApplicationStartupTask { void Execute( ); } }