update Stub file
continuous-integration/drone/push Build is failing Details

pull/23/head
Antoine PEREDERII 2 years ago
parent 31275eb0d9
commit 6a3e2a1ab0

@ -8,15 +8,16 @@ namespace Banquale.Stub
(List<Client>, List<Transactions>) IPersistanceManager.ChargeDonnee() (List<Client>, List<Transactions>) IPersistanceManager.ChargeDonnee()
{ {
Client Client1 = new Client("Jacques", "Morice", "J'aimeLesFrites"); //Client Client1 = new Client("Jacques", "Morice", "J'aimeLesFrites");
Client Client2 = new Client("Francis", "Begore", "J'aimeLes"); //Client Client2 = new Client("Francis", "Begore", "J'aimeLes");
Client Client3 = new Client("Michel", "Boudout", "MonMdP"); //Client Client3 = new Client("Michel", "Boudout", "MonMdP");
Console.WriteLine(Client1); //Console.WriteLine(Client1);
List<Client> ListeClients = new List<Client>(); //List<Client> ListeClients = new List<Client>();
ListeClients.Add(Client1); //ListeClients.Add(Client1);
ListeClients.Add(Client2); //ListeClients.Add(Client2);
ListeClients.Add(Client3); //ListeClients.Add(Client3);
return ListeClients; //return ListeClients;
throw new NotImplementedException();
} }
void IPersistanceManager.SauvegardeDonnee(List<Client> c, List<Transactions> t) void IPersistanceManager.SauvegardeDonnee(List<Client> c, List<Transactions> t)

Loading…
Cancel
Save