public ModelsController(IMotocyklRepository motocyklRepository)
 {
     _motocyklRepository = motocyklRepository;
 }
Exemple #2
0
 public HomeController(IMotocyklRepository motocyklRepository)
 {
     _motocyklRepository = motocyklRepository;
 }