Exemplo n.º 1
0
 public BorrowerController(discInventoryPKContext ctx)
 {
     context = ctx;
 }
Exemplo n.º 2
0
 public DiscController(discInventoryPKContext ctx)
 {
     context = ctx;
 }
 public ArtistController(discInventoryPKContext ctx)
 {
     context = ctx;
 }
 public RentalController(discInventoryPKContext ctx)
 {
     context = ctx;
 }