コード例 #1
0
 public ImpuestoService(IImpuestoRepository impuestoRepository)
 {
     this.impuestoRepository = impuestoRepository;
 }