示例#1
0
 public static ConditionRepoService getBean()
 {
     if (conditionRepoService == null)
     {
         conditionRepoService = new ConditionRepoImpl();
     }
     return(conditionRepoService);
 }
示例#2
0
 public ConditionImpl()
 {
     conditionRepoService = ConditionRepoServiceBean.getBean();
 }