public MusicController()
 {
     db = new musicEntities();
 }
Beispiel #2
0
 public VoteController()
 {
     db = new musicEntities();
 }