Exemplo n.º 1
0
 public DemandaService(WebCodeContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public AtividadeService(WebCodeContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public OrigemService(WebCodeContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public SeedingService(WebCodeContext context)
 {
     _context = context;
 }