public BorrowerController(Disk_inventoryACContext ctx)
 {
     context = ctx;
 }
Exemple #2
0
 public ArtistController(Disk_inventoryACContext ctx)
 {
     context = ctx;
 }
Exemple #3
0
 public DiskController(Disk_inventoryACContext ctx)
 {
     context = ctx;
 }