Ejemplo n.º 1
0
 public void Create(Publisher publisher)
 {
     server.Post("/publishers.xml", publisher.ToXml());
 }