public teamController(NbaDataModel db)
 {
     this.db = db;
 }
예제 #2
0
 public playerController(NbaDataModel db)
 {
     this.db = db;
 }