Ejemplo n.º 1
0
 public ImportController(TransDbContext context)
 {
     _context = context;
 }
 public ExportCvsController1(TransDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public TransController(TransDbContext context)
 {
     _context = context;
 }