From 620769e6d505b9af3c6fad22e84926cf98571003 Mon Sep 17 00:00:00 2001 From: Luis Beltran Date: Fri, 11 Feb 2022 01:02:13 +0100 Subject: [PATCH] Update BaseDatos.cs --- XamarinSQL/XamarinSQL/Clases/BaseDatos.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +}