コード例 #1
0
ファイル: Connexion.cs プロジェクト: dowesw/GESTION_CAISSE
 public static bool Connection_Test()
 {
     return(Connection_Test(ServeurBll.ReturnServeur()));
 }
コード例 #2
0
ファイル: Connexion.cs プロジェクト: dowesw/GESTION_CAISSE
 public static NpgsqlConnection Connection()
 {
     return(getConnexion(ServeurBll.ReturnServeur()));
 }