public ManageUsersController(HeirShipDataContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 public PlaylistsController(HeirShip.DataContext.HeirShipDataContext context)
 {
     this.context = context;
 }
 public HomeController(HeirShipDataContext context)
 {
     this.context = context;
 }