(params object[] args)
| 21 | } |
| 22 | |
| 23 | public async Task<object> Modify(params object[] args) |
| 24 | { |
| 25 | return await Exports["icmysql"].Modify(args[0], args[1], args[2], args[3], args[4], args[5]); |
| 26 | } |
| 27 | |
| 28 | public async Task<object> FindAndCountAll(params object[] args) |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected