summaryrefslogtreecommitdiff
path: root/src/MVPtoMVVM/presenters/IMvpPresenter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/MVPtoMVVM/presenters/IMvpPresenter.cs')
-rwxr-xr-xsrc/MVPtoMVVM/presenters/IMvpPresenter.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MVPtoMVVM/presenters/IMvpPresenter.cs b/src/MVPtoMVVM/presenters/IMvpPresenter.cs
index 71e919f..24dc65b 100755
--- a/src/MVPtoMVVM/presenters/IMvpPresenter.cs
+++ b/src/MVPtoMVVM/presenters/IMvpPresenter.cs
@@ -7,5 +7,6 @@ namespace MVPtoMVVM.presenters
void SetView(IMvpView view);
void AddNewItem();
void CancelAllChanges();
+ void Remove(int itemId);
}
} \ No newline at end of file