Last active
November 16, 2019 15:57
-
-
Save diedona/94fe633024a6344048a919a2b3c19d90 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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