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