示例#1
0
 }                                                           //Student context name will differ
 public DiskHasRenterController(disk_inventoryTFContext ctx) //Student context name will differ
 {
     context = ctx;
 }
示例#2
0
 }                                                           // Student context
 public RenterController(disk_inventoryTFContext ctx)
 {
     context = ctx;
 }
 }                                                       //Student context name will differ
 public ArtistController(disk_inventoryTFContext ctx)    //Student context name will differ
 {
     context = ctx;
 }