예제 #1
0
 public static void UpdateCarParkSlot(int argBlockId, int argCCID, SqlConnection argConn, SqlTransaction argTrans)
 {
     ProjectInfoDL.UpdateCarParkSlot(argBlockId, argCCID, argConn, argTrans);
 }