Example #1
0
 private bool UsuarioExists(string id)
 {
     return(_facade.UsuarioExits(id));
 }