Пример #1
0
 public MusicController()
 {
     db = new musicEntities();
 }
Пример #2
0
 public VoteController()
 {
     db = new musicEntities();
 }