Esempio n. 1
0
 public ArtistController(disk_inventorybmContext ctx)
 {
     context = ctx;
 }
Esempio n. 2
0
 public BorrowerController(disk_inventorybmContext ctx)
 {
     context = ctx;
 }
 }                                                             // Student context name will differ
 public MediaInventoryController(disk_inventorybmContext ctx)  // Student context name will differ
 {
     context = ctx;
 }