public static string GetIntroductionTitle(IIntroduction that) => that.Value <string>("introductionTitle");
Esempio n. 2
0
 public static IIntroduction GetInstanceIntroduction()
 {
     return(_introduction ?? (_introduction = new IntroductionImpl()));
 }