public invoiceController()
 {
     repository = new invoiceRepo();
 }
Exemple #2
0
 public UnitOfWork(string contextName)
     : this(new ReyukoContext(contextName))
 {
     DataMataUang                = new DataMataUangRepo(_context);
     ListDataMataUang            = new ListDataMataUangRepo(_context);
     KursMataUang                = new KursMataUangRepo(_context);
     DataPajak                   = new DataPajakRepo(_context);
     ListDataPajak               = new ListDataPajakRepo(_context);
     NamaPenyusutan              = new NamaPenyusutanRepo(_context);
     OptionAnnual                = new OptionAnnualRepo(_context);
     TabelPenyusutan             = new TabelPenyusutanRepo(_context);
     TypeDokumen                 = new TypeDokumenRepo(_context);
     NoteType                    = new NoteTypeRepo(_context);
     KelompokHartaTetap          = new KelompokHartaTetapRepo(_context);
     PeriodeAkuntansi            = new PeriodeAkuntansiRepo(_context);
     KodeTransaksi               = new KodeTransaksiRepo(_context);
     KategoriProduk              = new KategoriProdukRepo(_context);
     SatuanDasar                 = new SatuanDasarRepo(_context);
     GrupDiskon                  = new GrupDiskonRepo(_context);
     GolonganKontak              = new GolonganKontakRepo(_context);
     TypeKontak                  = new TypeKontakRepo(_context);
     Kontak                      = new KontakRepo(_context);
     ListKontak                  = new ListKontakRepo(_context);
     KlasifikasiKontak           = new KlasifikasiKontakRepo(_context);
     DataDepartemen              = new DataDepartemenRepo(_context);
     ListDataDepartemen          = new ListDataDepartemenRepo(_context);
     Lokasi                      = new LokasiRepo(_context);
     ListLokasi                  = new ListLokasiRepo(_context);
     DataProyek                  = new DataProyekRepo(_context);
     Alamat                      = new AlamatRepo(_context);
     Termspembayaran             = new TermspembayaranRepo(_context);
     Receivedgood                = new ReceivedgoodRepo(_context);
     produk                      = new produkRepo(_context);
     ListProduk                  = new ListProdukRepo(_context);
     HargaPokok                  = new HargaPokokRepo(_context);
     GrupProduk                  = new GrupProdukRepo(_context);
     Dokumen                     = new DokumenRepo(_context);
     InternalNote                = new InternalNoteRepo(_context);
     KlasifikasiAkun             = new KlasifikasiAkunRepo(_context);
     DefaultAkunMataUang         = new DefaultAkunMataUangRepo(_context);
     TypeProduk                  = new TypeProdukRepo(_context);
     RekeningPerkiraan           = new RekeningPerkiraanRepo(_context);
     PenerimaanBarang            = new PenerimaanBarangRepo(_context);
     ReturBarang                 = new ReturBarangRepo(_context);
     Radiobuttonrekper           = new RadiobuttonrekperRepo(_context);
     DataHartaTetap              = new DataHartaTetapRepo(_context);
     Diperoleh                   = new DiperolehRepo(_context);
     RekeningAnggaran            = new RekeningAnggaranRepo(_context);
     TransaksiJurnalUmum         = new TransaksiJurnalUmumRepo(_context);
     OrderJurnalUmum             = new OrderJurnalUmumRepo(_context);
     Invoice                     = new invoiceRepo(_context);
     BukuBesar                   = new BukuBesarRepo(_context);
     OrderPembayaranGaji         = new OrderPembayaranGajiRepo(_context);
     PembayaranGaji              = new PembayaranGajiRepo(_context);
     DropdownPPTBarang           = new DropdownPPTBarangRepo(_context);
     PermPenyTransferBarang      = new PermPenyTransferBarangRepo(_context);
     OrderInventori              = new OrderInventoriRepo(_context);
     CashActivity                = new CashActivityRepo(_context);
     DropdownPaymentCashActivity = new DropdownPaymentCashActivityRepo(_context);
     DataGiro                    = new DataGiroRepo(_context);
     OrderTransaksiCash          = new OrderTransaksiCashRepo(_context);
     Production                  = new productionRepo(_context);
     DropdownBankKas             = new DropdownBankKasRepo(_context);
     ListKonsinyasi              = new ListKonsinyasiRepo(_context);
     SalesOrder                  = new SalesOrderRepo(_context);
     Shopingchart                = new ShopingchartRepo(_context);
     Quotationrequest            = new QuotationrequestRepo(_context);
     Salesquotation              = new SalesquotationRepo(_context);
     DeliveryOrder               = new DeliveryorderRepo(_context);
     PurchaseOrder               = new PurchaseOrderRepo(_context);
     PurchaseDelivery            = new PurchasedeliveryRepo(_context);
     PurchaseReturn              = new PurchasereturnRepo(_context);
     SalesReturn                 = new SalesreturnRepo(_context);
     OrderProductioninput        = new OrderProductioninputRepo(_context);
     OrderProductioncustom       = new OrderProductioncustomRepo(_context);
     OrderFinishedproduk         = new OrderFinishedprodukRepo(_context);
     OrderProdukBeli             = new OrderProdukBeliRepo(_context);
     Rpp                 = new RppRepo(_context);
     Recap               = new RecapRepo(_context);
     Typelist            = new TypelistRepo(_context);
     OrderProdukJual     = new OrderProdukJualRepo(_context);
     ListOrderJual       = new ListOrderJualRepo(_context);
     OrderJasaJual       = new OrderJasaJualRepo(_context);
     OrderCustomJual     = new OrderCustomJualRepo(_context);
     ListOrderProduction = new ListOrderProductionRepo(_context);
     OrderJasaBeli       = new OrderJasaBeliRepo(_context);
     ListOrderBeli       = new ListOrderBeliRepo(_context);
     OrderCustomBeli     = new OrderCustomBeliRepo(_context);
 }