diff options
Diffstat (limited to 'src/MVPtoMVVM/views/IMvpView.cs')
| -rwxr-xr-x | src/MVPtoMVVM/views/IMvpView.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MVPtoMVVM/views/IMvpView.cs b/src/MVPtoMVVM/views/IMvpView.cs index 321df66..e3f3d4e 100755 --- a/src/MVPtoMVVM/views/IMvpView.cs +++ b/src/MVPtoMVVM/views/IMvpView.cs @@ -6,5 +6,6 @@ namespace MVPtoMVVM.views public interface IMvpView
{
void SetTodoItems(IEnumerable<ITodoItemPresenter> presenters);
+ IEnumerable<ITodoItemPresenter> GetTodoItems();
}
}
\ No newline at end of file |
