Example #1
0
        public void Update(Empleado entidad)
        {
            entidad.ID_TIENDA = "1"; //Tener pendiente de borrar

            crud.Update(entidad);
        }
Example #2
0
 public void Update(Empleado e)
 {
     crud.Update(e);
 }