mirror of
https://github.com/twofas/2fas-server.git
synced 2024-12-12 20:20:19 +01:00
6 lines
122 B
Go
6 lines
122 B
Go
|
package domain
|
||
|
|
||
|
type IconsCollectionsRelationsRepository interface {
|
||
|
DeleteAll(iconsCollection *IconsCollection) error
|
||
|
}
|