public BorrowerController(Disk_inventoryACContext ctx)
 {
     context = ctx;
 }
Пример #2
0
 public ArtistController(Disk_inventoryACContext ctx)
 {
     context = ctx;
 }
Пример #3
0
 public DiskController(Disk_inventoryACContext ctx)
 {
     context = ctx;
 }