Exemple #1
0
 public EditModel(WebBookListDbContext webBookListDbContext)
 {
     this.webBookListDbContext = webBookListDbContext;
 }
 public CreateModel(WebBookListDbContext webBookListDbContext)
 {
     this.webBookListDbContext = webBookListDbContext;
 }
 public IndexModel(WebBookListDbContext webBookListDbContext)
 {
     this.webBookListDbContext = webBookListDbContext;
 }