This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
gr692_kme
/
Cafe
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
d8b4e625a7
Rami (Branch)
Tag
master
Cafe
/
Cafe2
/
Connection.cs
Connection.cs
121 B
Cronologia
Originale
1
2
3
4
5
6
7
namespace Cafe
{
public class Connection
{
public static CafeEntities db = new CafeEntities();
}
}