示例#1
0
 public static GCIEntidades ObtenerInstancia()
 {
     if (_Instancia == null)
     {
         _Instancia = new GCIEntidades();
     }
     return _Instancia;
 }
示例#2
0
 public static GCIEntidades ObtenerInstancia()
 {
     if (_Instancia == null)
     {
         _Instancia = new GCIEntidades();
     }
     return(_Instancia);
 }