Exemplo n.º 1
0
 def svc(self, hasher):
     svc = UserPasswordService()
     svc.hasher = hasher
     return svc
Exemplo n.º 2
0
def password_service(hasher):
    password_service = UserPasswordService()
    password_service.hasher = hasher
    return password_service
Exemplo n.º 3
0
 def svc(self, hasher):
     svc = UserPasswordService()
     svc.hasher = hasher
     return svc