示例#1
0
 public bool PowerConversionPwrIdComplete(string sPwrId)
 {
     clsTabletDB.ITPDocumentSection DBQ = new clsTabletDB.ITPDocumentSection();
     return DBQ.ProjectSection10PwrIdPowerConversionComplete(m_sPassedId, sPwrId);
 }