|
|
|
@@ -7,7 +7,7 @@ using static System.Runtime.InteropServices.JavaScript.JSType;
|
|
|
|
using tsUtilidades.Enumeraciones;
|
|
|
|
using tsUtilidades.Enumeraciones;
|
|
|
|
using System.Drawing.Imaging;
|
|
|
|
using System.Drawing.Imaging;
|
|
|
|
|
|
|
|
|
|
|
|
namespace bdtsFactu.dbcontext
|
|
|
|
namespace bdAsegasa.dbcontext
|
|
|
|
{
|
|
|
|
{
|
|
|
|
public class Conexion
|
|
|
|
public class Conexion
|
|
|
|
{
|
|
|
|
{
|
|
|
|
@@ -24,6 +24,7 @@ namespace bdtsFactu.dbcontext
|
|
|
|
{
|
|
|
|
{
|
|
|
|
List<Conexion> lc = new List<Conexion>();
|
|
|
|
List<Conexion> lc = new List<Conexion>();
|
|
|
|
lc.Add(new Conexion() { Nombre = "Producción", Servidor = "192.168.61.201", Puerto = 30002, Usuario = "asegasa", Contraseña = "tk-8Vb/#%+2ÄM", Database = "gestionasegasa" });
|
|
|
|
lc.Add(new Conexion() { Nombre = "Producción", Servidor = "192.168.61.201", Puerto = 30002, Usuario = "asegasa", Contraseña = "tk-8Vb/#%+2ÄM", Database = "gestionasegasa" });
|
|
|
|
|
|
|
|
lc.Add(new Conexion() { Nombre = "Desarrollo", Servidor = "192.168.41.26", Puerto = 3307, Usuario = "asegasa", Contraseña = "tk-8Vb/#%+2ÄM", Database = "gestionasegasa" });
|
|
|
|
lc.Add(new Conexion() { Nombre = "Producción Remoto", Servidor = "sevilla.asegasa.com", Puerto = 30002, Usuario = "asegasa", Contraseña = "tk-8Vb/#%+2ÄM", Database = "gestionasegasa" });
|
|
|
|
lc.Add(new Conexion() { Nombre = "Producción Remoto", Servidor = "sevilla.asegasa.com", Puerto = 30002, Usuario = "asegasa", Contraseña = "tk-8Vb/#%+2ÄM", Database = "gestionasegasa" });
|
|
|
|
return lc;
|
|
|
|
return lc;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|