Skip to content

Instantly share code, notes, and snippets.

@mortezadalil
Created December 8, 2019 09:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mortezadalil/ca82e3440372a8e31c97eb62d2041d3d to your computer and use it in GitHub Desktop.
Save mortezadalil/ca82e3440372a8e31c97eb62d2041d3d to your computer and use it in GitHub Desktop.
public interface IOutputPort<in TUseCaseResponse>
{
void Handle(TUseCaseResponse response);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment