def __init__(self):
     BaseRepo.__init__(self, AttributeValue)
Exemplo n.º 2
0
 def __init__(self):
     BaseRepo.__init__(self, UserRole)
 def __init__(self):
     BaseRepo.__init__(self, ProductAttribute)
Exemplo n.º 4
0
 def __init__(self):
     BaseRepo.__init__(self, UserRole)
     self.redis_set = RedisSet()
Exemplo n.º 5
0
 def __init__(self):
     BaseRepo.__init__(self, Location)
Exemplo n.º 6
0
 def __init__(self):
     BaseRepo.__init__(self, Menu)
     self.meal_repo = MealItemRepo()
Exemplo n.º 7
0
 def __init__(self):
     BaseRepo.__init__(self, Client)
Exemplo n.º 8
0
 def __init__(self):
     BaseRepo.__init__(self, StudentEvent)
Exemplo n.º 9
0
 def __init__(self):
     BaseRepo.__init__(self, UserProject)
Exemplo n.º 10
0
 def __init__(self):
     BaseRepo.__init__(self, UserEmployment)
Exemplo n.º 11
0
 def __init__(self):
     BaseRepo.__init__(self, Activity)
Exemplo n.º 12
0
 def __init__(self):
     BaseRepo.__init__(self, About)