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