示例#1
0
 public Compte AddCompte(Compte compte)
 {
     return(_compteRepository.Add(compte));
 }