Пример #1
0
 public static string GetTitle(this BookDto user)
 {
     return(user.GetProperty <string>(TitlePropertyName));
 }
Пример #2
0
 public static void SetTitle(this BookDto user, string title)
 {
     user.SetProperty(TitlePropertyName, title);
 }