Esempio n. 1
0
 public DeleteModelBC(AppDbContextTarghe context)
 {
     _context = context;
 }
Esempio n. 2
0
 public CreateModelBC(AppDbContextTarghe context)
 {
     _context = context;
 }
Esempio n. 3
0
 public IndexModelBC(AppDbContextTarghe context)
 {
     _context = context;
 }
 public EditModelBC(AppDbContextTarghe context)
 {
     _context = context;
 }
 public DetailsModelBC(AppDbContextTarghe context)
 {
     _context = context;
 }