Exemplo n.º 1
0
 public bl_User(BquizEntities connection = null)
 {
     if (connection != null)
     {
         db = connection;
     }
 }
Exemplo n.º 2
0
 public bl_Question(BquizEntities connection = null)
 {
     if (connection != null)
     {
         db = connection;
     }
 }