Exemple #1
0
 public BorrowerController(discInventoryPKContext ctx)
 {
     context = ctx;
 }
Exemple #2
0
 public DiscController(discInventoryPKContext ctx)
 {
     context = ctx;
 }
 public ArtistController(discInventoryPKContext ctx)
 {
     context = ctx;
 }
 public RentalController(discInventoryPKContext ctx)
 {
     context = ctx;
 }