Exemplo n.º 1
0
 public abstract void Register(Utente utente);
Exemplo n.º 2
0
 public Messaggio(string testo, Utente utenteFrom, Utente utenteTo)
 {
     _testo      = testo;
     _utenteFrom = utenteFrom;
     _utenteTo   = utenteTo;
 }