renamed base_repository to ledis_repository

This commit is contained in:
Deluan 2016-03-03 20:16:09 -05:00
parent 4b70daf143
commit eae9f3168f
7 changed files with 21 additions and 21 deletions

View file

@ -6,7 +6,7 @@ import (
)
type propertyRepository struct {
baseRepository
ledisRepository
}
func NewPropertyRepository() domain.PropertyRepository {