Exemplo n.º 1
0
 public Compte GetCompteByInstallationId(int id)
 {
     return(_compteRepository.GetByInstallationId(id));
 }