public FilmoviController(KontekstBaze context)
 {
     _context = context;
 }
Example #2
0
 public VaniController(KontekstBaze context)
 {
     _context = context;
 }
 public ŽanroviController(KontekstBaze context)
 {
     _context = context;
 }