public IndexModel()
 {
     repo = new PutniNalogRepository();
 }
 public DeleteModel()
 {
     repo = new PutniNalogRepository();
 }
 public EditModel()
 {
     repo       = new PutniNalogRepository();
     vozacRepo  = new VozacRepository();
     voziloRepo = new VoziloRepository();
 }
Ejemplo n.º 4
0
 public DetailsModel()
 {
     repo = new PutniNalogRepository();
 }
 public CreateModel()
 {
     this.rutarepo = new RutaRepository();
     this.pnRepo   = new PutniNalogRepository();
 }
Ejemplo n.º 6
0
 public EditModel()
 {
     this.rutarepo = new RutaRepository();
     this.pnrepo   = new PutniNalogRepository();
 }