debug methode ajoutClient

pull/12/head
Antoine PEREDERII 2 years ago
parent fa28871f07
commit f61fe7ab46

@ -6,7 +6,7 @@ namespace Banquale.Model
public List<Client> ListeClients { get; private set;} public List<Client> ListeClients { get; private set;}
public Manager() { public Manager() {
ListeClients = new List<Client>();
} }
public bool AjouterClient(Client MonClient) public bool AjouterClient(Client MonClient)

Loading…
Cancel
Save