Пример #1
0
 //작업공정등록화면 Main 뿌리기
 public DataTable fn_workMain_List(string condition)
 {
     return(qSelect.SelectWorkMainList(condition));
 }