(data: TCreate)
| 38 | } |
| 39 | |
| 40 | async create(data: TCreate): Promise<TData> { |
| 41 | throw new Error('Method not implemented.') |
| 42 | } |
| 43 | |
| 44 | async update(id: TId, data: TUpdate): Promise<TData> { |
| 45 | throw new Error('Method not implemented.') |
nothing calls this directly
no outgoing calls
no test coverage detected