Esempio n. 1
0
 public int GetCountAccountByAgency(int idAgence)
 {
     return(_compteRepository.GetCountAccountByAgency(idAgence));
 }