コード例 #1
0
 public bool Autenticar(ISecurity connection)
 {
     ((Conexion)connection).Conectar();
     return(connection.Autenticar());
 }