예제 #1
0
 public void Ok(PaginatedPosts posts) => Posts = posts;
예제 #2
0
 void IOutputPort.Ok(PaginatedPosts posts) => _viewModel = Ok(posts);