示例#1
0
 // CREATE
 // SYNCHRONOUS
 public bool InsertTitle(Title title)
 {
     return(_data.InsertTitle(title));
 }