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