fix von minimalistischen Probleme und instalierung von BCrypt nugetpacket
This commit is contained in:
@@ -8,7 +8,8 @@ namespace SkyTeam
|
|||||||
{
|
{
|
||||||
class DatenbankServices
|
class DatenbankServices
|
||||||
{
|
{
|
||||||
private string ConnectionString = "Server=mysql.pb.bib.de;uid=pbt3h24akh;pwd=Dd3dwQgPeNxW;database=pbt3h24akh_SkyTeam;";
|
private string ConnectionString = "server=localhost;uid=root;pwd=root;database=hci";
|
||||||
|
//private string ConnectionString ="Server=mysql.pb.bib.de;uid=pbt3h24akh;pwd=Dd3dwQgPeNxW;database=pbt3h24akh_SkyTeam;";
|
||||||
|
|
||||||
protected virtual string connectionString
|
protected virtual string connectionString
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
|
|||||||
|
|
||||||
namespace SkyTeam
|
namespace SkyTeam
|
||||||
{
|
{
|
||||||
class FlugeRepo : databaseServices
|
class FlugeRepo : DatenbankServices
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
|
|||||||
|
|
||||||
namespace SkyTeam
|
namespace SkyTeam
|
||||||
{
|
{
|
||||||
class FlugzeugRepo : databaseServices
|
class FlugzeugRepo : DatenbankServices
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ using System.Threading.Tasks;
|
|||||||
|
|
||||||
namespace SkyTeam
|
namespace SkyTeam
|
||||||
{
|
{
|
||||||
class PilotenRepo : databaseServices
|
class PilotenRepo : DatenbankServices
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,23 +0,0 @@
|
|||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
namespace SkyTeam
|
|
||||||
{
|
|
||||||
class databaseServices
|
|
||||||
{
|
|
||||||
private string ConnectionString = "Server=mysql.pb.bib.de;uid=pbt3h24akh;pwd=Dd3dwQgPeNxW;database=pbt3h24akh_SkyTeam;";
|
|
||||||
|
|
||||||
|
|
||||||
protected virtual string connectionString
|
|
||||||
{
|
|
||||||
get { return ConnectionString; }
|
|
||||||
private set { ConnectionString = value; }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user