uow and di basic implementation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from api.model.user import User
|
||||
import api.models as models
|
||||
from api.uow.repository import SQLAlchemyRepository
|
||||
|
||||
|
||||
class UserRepository(SQLAlchemyRepository):
|
||||
model = User
|
||||
model = models.User
|
||||
|
Reference in New Issue
Block a user