Exemplo n.º 1
0
 // UPDATE
 public bool UpdateTitle(Title title)
 {
     return(_data.UpdateTitle(title));
 }