Exemple #1
0
 public AlunoService(ProjetoHorasComplContext context)
 {
     _context = context;
 }
 public TurmaService(ProjetoHorasComplContext context)
 {
     _context = context;
 }
Exemple #3
0
 public TipoComprovantesController(ProjetoHorasComplContext context)
 {
     _context = context;
 }
 public ComprovanteService(ProjetoHorasComplContext context)
 {
     _context = context;
 }
Exemple #5
0
 public TurmasController(ProjetoHorasComplContext context)
 {
     _context = context;
 }