示例#1
0
 public Contact getContactDetails(int id)
 {
     return(contacts.getDetails(id));
 }