Example #1
0
 public RutaDomain(IRutaRepository rutaRepository)
 {
     this._rutaRepository = rutaRepository;
 }
 public IndexModel()
 {
     this.rutarepo = new RutaRepository();
 }
 public DeleteModel()
 {
     this.rutarepo = new RutaRepository();
 }
Example #4
0
 public DetailsModel()
 {
     this.rutarepo = new RutaRepository();
 }
 public CreateModel()
 {
     this.rutarepo = new RutaRepository();
     this.pnRepo   = new PutniNalogRepository();
 }
Example #6
0
 public EditModel()
 {
     this.rutarepo = new RutaRepository();
     this.pnrepo   = new PutniNalogRepository();
 }