示例#1
0
 public VrstaUslugeMenu(IVrstaUsluge vrstaUsluge)
 {
     _vrstaUsluge = vrstaUsluge;
 }
 public UslugeController(IUsluge uslugaRepository, IVrstaUsluge vrstaUslugaRepository, _150023Context db)
 {
     _uslugaRepository      = uslugaRepository;
     _vrstaUslugaRepository = vrstaUslugaRepository;
     _db = db;
 }