コード例 #1
0
 public ArtistController(disk_inventorybmContext ctx)
 {
     context = ctx;
 }
コード例 #2
0
 public BorrowerController(disk_inventorybmContext ctx)
 {
     context = ctx;
 }
コード例 #3
0
 }                                                             // Student context name will differ
 public MediaInventoryController(disk_inventorybmContext ctx)  // Student context name will differ
 {
     context = ctx;
 }