conexion a base de datos y login

This commit is contained in:
carlos
2023-12-21 18:18:30 -06:00
parent e0b45e1b28
commit 82db922273
156 changed files with 284963 additions and 34 deletions
@@ -0,0 +1,13 @@
###############################################################################
#
# provider.ps1 --
#
# Written by Joe Mistachkin.
# Released to the public domain, use at your own risk!
#
###############################################################################
param($installPath, $toolsPath, $package, $project)
Add-EFProvider $project "System.Data.SQLite.EF6" `
"System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6"