diff options
Diffstat (limited to 'slips/src/app/Marina/Presentation/Presenters/ICurrentLeasesPresenter.cs')
| -rw-r--r-- | slips/src/app/Marina/Presentation/Presenters/ICurrentLeasesPresenter.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/slips/src/app/Marina/Presentation/Presenters/ICurrentLeasesPresenter.cs b/slips/src/app/Marina/Presentation/Presenters/ICurrentLeasesPresenter.cs new file mode 100644 index 0000000..e5c0efb --- /dev/null +++ b/slips/src/app/Marina/Presentation/Presenters/ICurrentLeasesPresenter.cs @@ -0,0 +1,5 @@ +namespace Marina.Presentation.Presenters {
+ public interface ICurrentLeasesPresenter {
+ void Initialize();
+ }
+}
\ No newline at end of file |
