Ejemplo n.º 1
0
 public BalancoController(IBalancoAppService balancoAppService)
 {
     _balancoAppService = balancoAppService;
 }