예제 #1
0
 public static DataTable Device_MasterDetailReport(string device_id)
 {
     return(ReportDAL.Device_MasterDetailReport(device_id));
 }