summaryrefslogtreecommitdiff
path: root/slips/src/app/Marina/Presentation/Presenters/ILoginPresenter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'slips/src/app/Marina/Presentation/Presenters/ILoginPresenter.cs')
-rw-r--r--slips/src/app/Marina/Presentation/Presenters/ILoginPresenter.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/slips/src/app/Marina/Presentation/Presenters/ILoginPresenter.cs b/slips/src/app/Marina/Presentation/Presenters/ILoginPresenter.cs
new file mode 100644
index 0000000..554ef98
--- /dev/null
+++ b/slips/src/app/Marina/Presentation/Presenters/ILoginPresenter.cs
@@ -0,0 +1,5 @@
+namespace Marina.Presentation.Presenters {
+ public interface ILoginPresenter {
+ void Login( );
+ }
+} \ No newline at end of file