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