Skip to content

Instantly share code, notes, and snippets.

@diedona
Last active November 16, 2019 15:57
Show Gist options
  • Save diedona/94fe633024a6344048a919a2b3c19d90 to your computer and use it in GitHub Desktop.
Save diedona/94fe633024a6344048a919a2b3c19d90 to your computer and use it in GitHub Desktop.
public interface IComunicacao
{
bool EnviarComunicacao(Pessoa pessoa, Mensagem mensagem);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment