예제 #1
0
 def __init__(self):
     super().__init__()
     BLUserRole.__logger = CFLogger().get_logger(self.get_class_name())
     self.cache: CFBaseCache = CFCacheManager().get_cache()
     self.da_user_role: DAUserRole = DAUserRole()
예제 #2
0
 def __init__(self):
     super().__init__()
     BLRevenue.__logger = CFLogger().get_logger(self.get_class_name())
     self.cache: CFBaseCache = CFCacheManager().get_cache()
     self.da_revenue_range: DARevenue = DARevenue()
예제 #3
0
 def __init__(self):
     super().__init__()
     BLTopic.__logger = CFLogger().get_logger(self.get_class_name())
     self.cache: CFBaseCache = CFCacheManager().get_cache()
     self.da_intent_topics: DATopic = DATopic()
예제 #4
0
 def __init__(self):
     super().__init__()
     BLIndustry.__logger = CFLogger().get_logger(self.get_class_name())
     self.cache: CFBaseCache = CFCacheManager().get_cache()
     self.da_industry: DAIndustry = DAIndustry()
예제 #5
0
 def __init__(self):
     super().__init__()
     BLEmployee.__logger = CFLogger().get_logger(self.get_class_name())
     self.cache: CFBaseCache = CFCacheManager().get_cache()
     self.da_employee_size: DAEmployee = DAEmployee()
예제 #6
0
 def __init__(self):
     super().__init__()
     BLByonicUser.__logger = CFLogger().get_logger(self.get_class_name())
     self.cache: CFBaseCache = CFCacheManager().get_cache()
     self.da_byonic_user: DAByonicUser = DAByonicUser()
예제 #7
0
 def __init__(self):
     super().__init__()
     BLJobLevel.__logger = CFLogger().get_logger(self.get_class_name())
     self.cache: CFBaseCache = CFCacheManager().get_cache()
     self.da_job_level: DAJobLevel = DAJobLevel()