Ejemplo n.º 1
0
 }                                                           //Student context name will differ
 public DiskHasRenterController(disk_inventoryTFContext ctx) //Student context name will differ
 {
     context = ctx;
 }
Ejemplo n.º 2
0
 }                                                           // Student context
 public RenterController(disk_inventoryTFContext ctx)
 {
     context = ctx;
 }
Ejemplo n.º 3
0
 }                                                       //Student context name will differ
 public ArtistController(disk_inventoryTFContext ctx)    //Student context name will differ
 {
     context = ctx;
 }