コード例 #1
0
 public DataTable GetPersonEvent(int personId)
 {
     return(epda.GetDataReportRegs(this.countyId, personId));
 }