Esempio n. 1
0
 // READ
 // SYNCHRONOUS
 public Title GetTitleById(string id)
 {
     return(_data.GetTitleById(id));
 }