Example #1
0
 public RegistroDeHorasService(LancadorContext context)
 {
     _context = context;
 }
Example #2
0
 public DesenvolvedorService(LancadorContext context)
 {
     _context = context;
 }
Example #3
0
 /// <summary>
 /// Contrutor
 /// </summary>
 /// <param name="context">Contexto de dados</param>
 public RankingService(LancadorContext context)
 {
     _context = context;
 }
Example #4
0
 public ProjetoService(LancadorContext context)
 {
     _context = context;
 }