Example #1
0
 string IArchivo <string> .Leer()
 {
     return(SqlControler.Select());
 }
Example #2
0
 void IArchivo <string> .Guardar(string info)
 {
     SqlControler.Insertar(info);
 }