示例#1
0
 public Contact GetContact(int contactId)
 {
     return(_dataFunctions.GetContact(contactId));
 }