Ejemplo n.º 1
0
 public DM.Citation CreateCitationConferencePaper(DE.Style style, DE.Format format, DM.ConferencePaper conferencePaper)
 {
     return(CreateCitationAsync(style, format, conferencePaper).Result);
 }
Ejemplo n.º 2
0
 public DM.Citation CreateCitationConferencePaper(DE.Style style, DE.Format format, DM.ConferencePaper conferencePaper)
 {
     return(_citationProcessor.CreateCitationConferencePaper(style, format, RuleManagerConferencePaper.Validate(conferencePaper)));
 }