diff --git a/XamarinSQL/XamarinSQL/Clases/BaseDatos.cs b/XamarinSQL/XamarinSQL/Clases/BaseDatos.cs index 8574bb1..446ab08 100644 --- a/XamarinSQL/XamarinSQL/Clases/BaseDatos.cs +++ b/XamarinSQL/XamarinSQL/Clases/BaseDatos.cs @@ -1,4 +1,5 @@ -using System; +// En serio, en serio, no sigas este tutorial +using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; @@ -109,4 +110,4 @@ public static void EliminarEmpleado(Empleados empleado) } } } -} \ No newline at end of file +}