Example #1
0
 public ProjetosController(ProjetoService service, GestorDbContext context, UserProjetoService userprojeto_service)
 {
     _service             = service;
     _context             = context;
     _userprojeto_service = userprojeto_service;
 }
Example #2
0
 public UserProjetosController(UserProjetoService service)
 {
     _service = service;
 }