Example #1
0
 public Task <int> InsertRecordReturnUK <T>(T m, string table, params string[] byteFields) => CN.InsertValuesReturnUK(m, table, byteFields);