()
| 338 | } |
| 339 | |
| 340 | func (i *imlAPIService) OnComplete() { |
| 341 | i.IServiceGet = universally.NewGetSoftDelete[API, api.API](i.store, FromEntity) |
| 342 | |
| 343 | i.IServiceDelete = universally.NewSoftDelete[api.API](i.store) |
| 344 | |
| 345 | auto.RegisterService("api", i) |
| 346 | } |
nothing calls this directly
no test coverage detected