コード例 #1
0
 public Contact GetByID(int contactId)
 {
     return(objDb.GetByID(contactId));
 }