コード例 #1
0
 public SalaController(DBContextCoreSQLServer DBContextCoreSQLServer)
 {
     DBContextCore.DbType = DBContextCoreSQLServer;
 }
コード例 #2
0
 public UsuarioController(DBContextCoreSQLServer DBContextCoreSQLServer)
 {
     DBContextCore.DbType = DBContextCoreSQLServer;
     usuarioRep           = new UsuarioRepository();
 }
コード例 #3
0
 public ChatClubeHub(DBContextCoreSQLServer DBContextCoreSQLServer)
 {
     DBContextCore.DbType = DBContextCoreSQLServer;
 }