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