function __construct(SistemaUnoRepository $sistemaUnoRepo)
 {
     parent::__construct();
     $this->sistemaUnoRepository = $sistemaUnoRepo;
 }
Esempio n. 2
0
 function __construct(temaRepository $temaRepo)
 {
     parent::__construct();
     $this->temaRepository = $temaRepo;
 }