示例#1
0
 public int DeleteCompte(Compte compte)
 {
     return(_compteRepository.Delete(compte));
 }