Ejemplo n.º 1
0
 public CardInfoController(IServiceZoho serviceZoho)
 {
     _serviceZoho = serviceZoho;
 }
Ejemplo n.º 2
0
 public VentasController(IServiceZoho serviceZoho)
 {
     _serviceZoho = serviceZoho;
 }