public SubastasController(CollectorBazzarSuficienciaContext context)
 {
     _context = context;
 }
예제 #2
0
 public InteresController(CollectorBazzarSuficienciaContext context)
 {
     _context = context;
 }
 public OrdenComprasController(CollectorBazzarSuficienciaContext context)
 {
     _context = context;
 }