diff Agendas/trunk/src/Agendas.Domain/Repositories/IPersonaRepository.cs @ 143:2dbb15f4510f

Asociar Twitter a Persona existente
author Nelo@Guinea.neluz.int
date Mon, 01 Aug 2011 09:41:29 -0300
parents db4b1e2cae49
children a2b14da4902f
line wrap: on
line diff
--- a/Agendas/trunk/src/Agendas.Domain/Repositories/IPersonaRepository.cs	Mon Aug 01 00:28:04 2011 -0300
+++ b/Agendas/trunk/src/Agendas.Domain/Repositories/IPersonaRepository.cs	Mon Aug 01 09:41:29 2011 -0300
@@ -8,5 +8,6 @@
 		Persona GetByNombre(string ponenteNombre);
 		void Save(Persona persona);
 		Cuenta GetCuenta(IdentityProviderEnum identityProvider, string username);
+	    Persona GetByTwitter(string username);
 	}
 }
\ No newline at end of file