comparison Agendas/trunk/src/Agendas.Domain/Persona.cs @ 142:62dc9fb3a03e

Quitando cuentas BuiltIn
author Nelo@Guinea.neluz.int
date Mon, 01 Aug 2011 00:28:04 -0300
parents 83d76f6e0a3c
children a2b14da4902f
comparison
equal deleted inserted replaced
141:a5ff4de4a1d3 142:62dc9fb3a03e
53 } 53 }
54 } 54 }
55 55
56 public enum IdentityProviderEnum 56 public enum IdentityProviderEnum
57 { 57 {
58 BuiltIn = 1, 58 Google = 1,
59 Twitter = 2 59 Twitter = 2
60 } 60 }
61 } 61 }