Ejemplo n.º 1
0
        public void DeleteClient(Client c)
        {
            ClientCommand cc = new ClientCommand(contexte);

            cc.Delete(c);
        }