コード例 #1
0
 function __construct(SistemaUnoRepository $sistemaUnoRepo)
 {
     parent::__construct();
     $this->sistemaUnoRepository = $sistemaUnoRepo;
 }
コード例 #2
0
 function __construct(temaRepository $temaRepo)
 {
     parent::__construct();
     $this->temaRepository = $temaRepo;
 }