Example #1
0
 public CardInfoController(IServiceZoho serviceZoho)
 {
     _serviceZoho = serviceZoho;
 }
Example #2
0
 public VentasController(IServiceZoho serviceZoho)
 {
     _serviceZoho = serviceZoho;
 }