Ejemplo n.º 1
0
 public static BibEntities GetContext()
 {
     if (_context == null)
     {
         _context = new BibEntities();
     }
     return(_context);
 }