(params object[] args)
| 176 | } |
| 177 | |
| 178 | public async Task<object> MongoDelete(params object[] args) |
| 179 | { |
| 180 | return await Exports["icmysql"].MongoDelete(args[0], args[1], args[2], args[3]); |
| 181 | } |
| 182 | } |
| 183 | } |
nothing calls this directly
no outgoing calls
no test coverage detected