Ejemplo n.º 1
0
 public OtpremnicaStatusLogServices()
 {
     mp = new MpContext("InfoContext");
     repoOtpremnicaStatusiLog = new GenericRepository <OtpremnicaStatusLog>(mp);
 }
 public InterniPrenoServices()
 {
     mp = new MpContext("InfoContext");
     repoInterniPreno = new GenericRepository <InterniPreno>(mp);
 }
 public PopiServices()
 {
     mp       = new MpContext("InfoContext");
     repoPopi = new GenericRepository <Popi>(mp);
 }
Ejemplo n.º 4
0
 public SpecifikacijaOtpremeServices()
 {
     mp = new MpContext("InfoContext");
     repoSpecifikacijaOtpreme = new GenericRepository <SpecifikacijaOtpreme>(mp);
 }
 public UlaziIzlaziServices()
 {
     mp = new MpContext("InfoContext");
     repoUlaziIzlazi = new GenericRepository <UlaziIzlazi>(mp);
 }
Ejemplo n.º 6
0
 public TranZalServices()
 {
     mp          = new MpContext("InfoContext");
     repoTranzAL = new GenericRepository <TranZal>(mp);
 }
Ejemplo n.º 7
0
 public UtovarStavkeServices()
 {
     mp = new MpContext("InfoContext");
     repoUtovarStavke = new GenericRepository <UtovarStavke>(mp);
 }
Ejemplo n.º 8
0
        public CrossDockServices()

        {
            mp            = new MpContext("InfoContext");
            repoCrossDock = new GenericRepository <CrossDock>(mp);
        }
Ejemplo n.º 9
0
 public KorisnikServices()
 {
     mp           = new MpContext("InfoContext");
     repoKorisnik = new GenericRepository <Korisnik>(mp);
 }
Ejemplo n.º 10
0
 public PrijemnicaServices()
 {
     mp             = new MpContext("InfoContext");
     repoPrijemnica = new GenericRepository <Prijemnica>(mp);
 }
 public PSLArtikliTempServices()
 {
     mp = new MpContext("InfoContext");
     repoPSLArtikliTemp = new GenericRepository <PSLArtikliTemp>(mp);
 }
 public PrijemReportServices()
 {
     mp = new MpContext("InfoContext");
     repoPrijemReport = new GenericRepository <PrijemReport>(mp);
 }
Ejemplo n.º 13
0
 public ArtikliIzlazServices()
 {
     repoArtikliIzlaz = new GenericRepository <ArtikliIzlaz>(mp);
     mp = new MpContext("InfoContext");
 }