コード例 #1
0
 public BorrowerController(discInventoryPKContext ctx)
 {
     context = ctx;
 }
コード例 #2
0
 public DiscController(discInventoryPKContext ctx)
 {
     context = ctx;
 }
コード例 #3
0
 public ArtistController(discInventoryPKContext ctx)
 {
     context = ctx;
 }
コード例 #4
0
 public RentalController(discInventoryPKContext ctx)
 {
     context = ctx;
 }