public static void updateSignatureRoutineInputStructureRow(ref SQLite806xDB db806x, ref SADS6x sadS6x, R_SAD806x_SignaturesRoutinesInputStructures rRow, S6xSignature s6xObject, S6xRoutineInputStructure s6xSubObject)
 {
     SQLite806xToolsSAD806xV10.updateSignatureRoutineInputStructureRow(ref db806x, ref sadS6x, rRow, s6xObject, s6xSubObject);
 }
 public static object addSignatureRoutineInputStructureRow(ref SQLite806xDB db806x, ref SADS6x sadS6x, ref List <R_SAD806x_SignaturesRoutinesInputStructures> rList, S6xSignature s6xObject, S6xRoutineInputStructure s6xSubObject)
 {
     return(SQLite806xToolsSAD806xV10.addSignatureRoutineInputStructureRow(ref db806x, ref sadS6x, ref rList, s6xObject, s6xSubObject));
 }