(params object[] args)
| 121 | } |
| 122 | |
| 123 | public async Task<object> AwaitDelete(params object[] args) |
| 124 | { |
| 125 | return await Exports["icmysql"].AwaitDelete(args[0], args[1], args[2], args[3]); |
| 126 | } |
| 127 | |
| 128 | public async Task<object> Transaction(params object[] args) |
| 129 | { |
nothing calls this directly
no outgoing calls
no test coverage detected