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