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