Beispiel #1
0
 public BalancoController(IBalancoAppService balancoAppService)
 {
     _balancoAppService = balancoAppService;
 }