Esempio n. 1
0
 public static string GetTitle(this BookDto user)
 {
     return(user.GetProperty <string>(TitlePropertyName));
 }
Esempio n. 2
0
 public static void SetTitle(this BookDto user, string title)
 {
     user.SetProperty(TitlePropertyName, title);
 }