Ejemplo n.º 1
0
 public DM.Citation CreateCitationChapter(DE.Style style, DE.Format format, DM.Chapter chapter)
 {
     return(CreateCitationAsync(style, format, chapter).Result);
 }
Ejemplo n.º 2
0
 public DM.Citation CreateCitationChapter(DE.Style style, DE.Format format, DM.Chapter chapter)
 {
     return(_citationProcessor.CreateCitationChapter(style, format, RuleManagerChapter.Validate(chapter)));
 }