예제 #1
0
 // Injeção de Dependência
 public SeedingService(ProjetoWebContext context)
 {
     _context = context;
 }