Exemplo n.º 1
0
 public EditModel(WebBookListDbContext webBookListDbContext)
 {
     this.webBookListDbContext = webBookListDbContext;
 }
Exemplo n.º 2
0
 public CreateModel(WebBookListDbContext webBookListDbContext)
 {
     this.webBookListDbContext = webBookListDbContext;
 }
Exemplo n.º 3
0
 public IndexModel(WebBookListDbContext webBookListDbContext)
 {
     this.webBookListDbContext = webBookListDbContext;
 }