コード例 #1
0
 public IEducationLevelLogic GetEducationLevelLogic()
 {
     if (educationLevelLogic == null)
     {
         educationLevelLogic = new EducationLevelLogic(this.imisModules);
     }
     return(educationLevelLogic);
 }
コード例 #2
0
 public IMasterDataManagementModule SetEducationLevelLogic(IEducationLevelLogic educationLeveLogic)
 {
     this.educationLevelLogic = educationLeveLogic;
     return(this);
 }