Example #1
0
 public DetailModel(QuanLySachContext context)
 {
     this.context = context;
 }
Example #2
0
 public IndexModel(QuanLySachContext context)
 {
     this.context = context;
 }
Example #3
0
 public AddOrEditModel(QuanLySachContext context)
 {
     this.context = context;
 }