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