コード例 #1
0
 public List <Contact> GetContactDataById(int id)
 {
     return(_dataSet.GetContactDataById(id));
 }