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