Exemplo n.º 1
0
 public static int AddPublisher(PublisherViewModel model)
 {
     return(AddPublisher(ModelConverter.ViewToPublisher(model)));
 }