Exemplo n.º 1
0
 public SprintController(PoliScrumContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public ProyectoEstadoController(PoliScrumContext context)
 {
     _context = context;
 }
 public UserStoryController(PoliScrumContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public UsuarioController(PoliScrumContext context)
 {
     _context = context;
 }
 public DashboardController(PoliScrumContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public RolController(PoliScrumContext context)
 {
     _context = context;
 }