Exemple #1
0
 public DM.Citation CreateCitationInterview(DE.Style style, DE.Format format, DM.Interview interview)
 {
     return(CreateCitationAsync(style, format, interview).Result);
 }
Exemple #2
0
 public DM.Citation CreateCitationInterview(DE.Style style, DE.Format format, DM.Interview interview)
 {
     return(_citationProcessor.CreateCitationInterview(style, format, RuleManagerInterview.Validate(interview)));
 }