Ejemplo n.º 1
0
 public string DecodeEntity(int ient)
 {
     return(nt.Decode(ient));
 }
Ejemplo n.º 2
0
 public string Decode(int c) => nt.Decode(c);