예제 #1
0
파일: Conexion.cs 프로젝트: jpretel/ok
 public Conexion()
 {
     if (LeerArchivo())
     {
         db = OKSYSTEMEntities.Create(strConexion);
     }
 }
예제 #2
0
파일: Conexion.cs 프로젝트: jpretel/ok
 public static OKSYSTEMEntities getConexion()
 {
     return(OKSYSTEMEntities.Create(strConexion));
 }