Пример #1
0
 public void Ok(PaginatedPosts posts) => Posts = posts;
Пример #2
0
 void IOutputPort.Ok(PaginatedPosts posts) => _viewModel = Ok(posts);