예제 #1
0
 public ReviewerContex()
 {
     DB = new MySQL_Connection();
 }
예제 #2
0
 public RatingContex()
 {
     DB = new MySQL_Connection();
 }
예제 #3
0
 public MovieContex()
 {
     DB = new MySQL_Connection();
 }