This commit is contained in:
Deluan
2016-03-02 10:48:30 -05:00
parent 300ed0d9a4
commit 77e3aa7620
2 changed files with 13 additions and 4 deletions
+1
View File
@@ -9,4 +9,5 @@ import (
func init () {
utils.DefineSingleton(new(domain.ArtistIndexRepository), persistence.NewArtistIndexRepository)
utils.DefineSingleton(new(domain.PropertyRepository), persistence.NewPropertyRepository)
utils.DefineSingleton(new(domain.MediaFolderRepository), persistence.NewMediaFolderRepository)
}