예제 #1
0
 public UnitOfWork(RRDContext context, MooreveContext mooreveContext, MCContext mcContext, MaestrosContext maestrosContext, SapContext sapContext, ClientesContext clientesContext, FacturacionContext facturacionContext)
 {
     _context            = context;
     _mooreveContext     = mooreveContext;
     _mcContext          = mcContext;
     _maestrosContext    = maestrosContext;
     _sapContext         = sapContext;
     _clientesContext    = clientesContext;
     _facturacionContext = facturacionContext;
 }
예제 #2
0
 public MtrCondicionPagoRepository(RRDContext context)
 {
     _context = context;
 }
예제 #3
0
 public AppStatusQuoteRepository(RRDContext context)
 {
     _context = context;
 }
예제 #4
0
 public OfdCotizacionRepository(RRDContext context)
 {
     _context = context;
 }
예제 #5
0
 public AppVariablesRepository(RRDContext context)
 {
     _context = context;
 }
예제 #6
0
 public CobSysfileRepository(RRDContext context)
 {
     _context = context;
 }
 public CobGrabacionCobranzasRepository(RRDContext context)
 {
     _context = context;
 }
예제 #8
0
 public SapRetencionesRepository(RRDContext context)
 {
     _context = context;
 }
 public AppProductVariableSearchTextRepository(RRDContext context)
 {
     _context = context;
 }
예제 #10
0
 public PageMenuRepository(RRDContext context)
 {
     _context = context;
 }
예제 #11
0
 public MtrContactosRepository(RRDContext context)
 {
     _context = context;
 }
예제 #12
0
 public MtrBancosRepository(RRDContext context)
 {
     _context = context;
 }
예제 #13
0
 public AppProductsRepository(RRDContext context)
 {
     _context = context;
 }
 public AppIngredientsRepository(RRDContext context)
 {
     _context = context;
 }
 public AppTemplateConversionUnitRepository(RRDContext context)
 {
     _context = context;
 }
예제 #16
0
 public AppGeneralQuotesRepository(RRDContext context, MooreveContext mooreveContext)
 {
     _context        = context;
     _mooreveContext = mooreveContext;
 }
 public OfdTipoDocumentoRepository(RRDContext context)
 {
     _context = context;
 }
 public MtrTipoTransaccionCuentaDestinoRepository(RRDContext context)
 {
     _context = context;
 }
 public AppDetailQuotesRepository(RRDContext context)
 {
     _context = context;
 }
예제 #20
0
 public CobMatrixMonedaValidaPagoRepository(RRDContext context)
 {
     _context = context;
 }
예제 #21
0
 public CobPagosRetencionesRepository(RRDContext context)
 {
     _context = context;
 }
 public MtrVendedorRepository(RRDContext context)
 {
     _context = context;
 }
예제 #23
0
 public AppDetailQuotesConversionUnitRepository(RRDContext context)
 {
     _context = context;
 }
예제 #24
0
 public MtrOficinaRepository(RRDContext context)
 {
     _context = context;
 }
 public ChildMenuRepository(RRDContext context)
 {
     _context = context;
 }
 public GeneralCobranzaRepository(RRDContext context)
 {
     _context = context;
 }
 public MtrDireccionesRepository(RRDContext context)
 {
     _context = context;
 }
 public AppUnitsRepository(RRDContext context)
 {
     _context = context;
 }
예제 #29
0
 public CobTransaccionesRepository(RRDContext context)
 {
     _context = context;
 }
 public CobEstadoDeCuentaRepository(RRDContext context)
 {
     _context = context;
 }