Beispiel #1
0
 public ReceptorRepository(CFDIContext CFDIContext)
 {
     _CFDIContext = CFDIContext;
 }
 public ComprobanteRepository(CFDIContext cFDIContext)
 {
     _cFDIContext = cFDIContext;
 }
Beispiel #3
0
 public EmisorRepository(CFDIContext CFDIContext)
 {
     _CFDIContext = CFDIContext;
 }