Пример #1
0
 public CarinskaIspostavaServices()
 {
     mp = new MpContext("InfoContext");
     repoCarinskaIspostava = new GenericRepository<CarinskaIspostava>(mp);
 }
Пример #2
0
 public NeradniDaniServices()
 {
     mp = new MpContext("InfoContext");
     repoNeradniDani = new GenericRepository <NeradniDani>(mp);
 }
Пример #3
0
 public BlokadaServices()
 {
     repoBlokada = new GenericRepository <Blokada>(mp);
     mp          = new MpContext("InfoContext");
 }
Пример #4
0
 public ZauzeteRegalneLokacijePoVlasnikuServices()
 {
     mp = new MpContext("InfoContext");
     repoZauzereREgalLokPoVlasniku = new GenericRepository <ZauzeteRegalneLokacijePoVlasniku>(mp);
 }
 public OtpremnicaStavkeServices()
 {
     mp = new MpContext("InfoContext");
     repoOtpremnicaStavke = new GenericRepository <OtpremnicaStavke>(mp);
 }
 public SumaSarzaMBServices()
 {
     mp = new MpContext("InfoContext");
     repoSumaSarzaMB = new GenericRepository <SumaSarzaMB>(mp);
 }
Пример #7
0
 public CarinskaGrupaArtiklaServices()
 {
     repoCarinskaGrupaArtikla = new GenericRepository <CarinskaGrupaArtikla>(mp);
     mp = new MpContext("InfoContext");
 }
Пример #8
0
 public BrojacServices()
 {
     repoBrojac = new GenericRepository <Brojac>(mp);
     mp         = new MpContext("InfoContext");
 }
Пример #9
0
 public ArtikliZamenaServices()
 {
     repoArtikliZamena = new GenericRepository <ArtikliZamena>(mp);
     mp = new MpContext("InfoContext");
 }
Пример #10
0
 public ImportSerijskihBrojevaTempServices()
 {
     mp = new MpContext("InfoContext");
     repoImportSerijskihBrojevaTemp = new GenericRepository <ImportSerijskihBrojevaTemp>(mp);
 }
 public ObracunServices()
 {
     mp          = new MpContext("InfoContext");
     repoObracun = new GenericRepository <Obracun>(mp);
 }
Пример #12
0
 public PopisListaServices()
 {
     mp             = new MpContext("InfoContext");
     repoPopisLista = new GenericRepository <PopisLista>(mp);
 }
 public OblastServices()
 {
     mp         = new MpContext("InfoContext");
     repoOblast = new GenericRepository <Oblast>(mp);
 }
 public PravoServices()
 {
     mp        = new MpContext("InfoContext");
     repoPravo = new GenericRepository <Pravo>(mp);
 }
 public LogHostServices()
 {
     mp          = new MpContext("InfoCotext");
     repoLogHost = new GenericRepository <LogHost>(mp);
 }
 public PodesavanjeZalihaStavkeServices()
 {
     mp = new MpContext("InfoContext");
     repoPodesavanjaZalihaStavke = new GenericRepository <PodesavanjeZalihaStavke>(mp);
 }
 public ArtikliUlazServices()
 {
     repoArtikliUlaz = new GenericRepository <ArtikliUlaz>(mp);
     mp = new MpContext("InfoContext");
 }
Пример #18
0
 public PrilogServices()
 {
     mp         = new MpContext("InfoContext");
     repoPrilog = new GenericRepository <Prilog>(mp);
 }
Пример #19
0
 public SastavnicaPrijemServices()
 {
     mp = new MpContext("InfoContext");
     repoSastavnicaPrijem = new GenericRepository <SastavnicaPrijem>(mp);
 }
 public StorageReportZenithServices()
 {
     mp = new MpContext("InfoContext");
     repoStorageReportZenith = new GenericRepository <StorageReportZenith>(mp);
 }
Пример #21
0
 public RazduzenjaMBServices()
 {
     mp = new MpContext("InfoContext");
     repoRazduzenjeMB = new GenericRepository <RazduzenjaMB>(mp);
 }
 public MestoServices()
 {
     mp        = new MpContext("InfoContext");
     repoMesto = new GenericRepository <Mesto>(mp);
 }
Пример #23
0
 public PakovanjeServices()
 {
     mp            = new MpContext("InfoContext");
     repoPakovanje = new GenericRepository <Pakovanje>(mp);
 }
 public ObracunCarinskiServices()
 {
     mp = new MpContext("InfoContext");
     repoObracunCarinski = new GenericRepository <ObracunCarinski>(mp);
 }
Пример #25
0
 public OdabirServices()
 {
     mp         = new MpContext("InfoContext");
     repoOdabir = new GenericRepository <Odabir>(mp);
 }
 public ParametrizacijaServices()
 {
     mp = new MpContext("InfoContext");
     repoParametrizacija = new GenericRepository <Parametrizacija>(mp);
 }
 public GlavniMeniServices()
 {
     mp         = new MpContext("InfoContext");
     repoGlMeni = new GenericRepository <CMenuItemDef>(mp);
 }
 public tmpArtikalServices()
 {
     mp             = new MpContext("InfoContext");
     repoTmpArtikal = new GenericRepository <tmpArtikal>(mp);
 }
Пример #29
0
 public PosaoServices()
 {
     mp        = new MpContext("InfoContext");
     repoPosao = new GenericRepository <Posao>(mp);
 }
 public KarticaArtiklaServices()
 {
     mp = new MpContext("InfoContext");
     repoKarticaArtikala = new GenericRepository <KarticaArtikla>(mp);
 }