(params object[] args)
| 26 | } |
| 27 | |
| 28 | public async Task<object> FindAndCountAll(params object[] args) |
| 29 | { |
| 30 | return await Exports["icmysql"].FindAndCountAll(args[0], args[1], args[2], args[3], args[4], args[5]); |
| 31 | } |
| 32 | |
| 33 | public async Task<object> Create(params object[] args) |
| 34 | { |
nothing calls this directly
no outgoing calls
no test coverage detected