public IIdentificationTypeLogic GetIdentificationTypeLogic()
 {
     if (identificationTypeLogic == null)
     {
         identificationTypeLogic = new IdentificationTypeLogic(this.imisModules);
     }
     return(identificationTypeLogic);
 }
 public IMasterDataManagementModule SetIdentificationTypeLogic(IIdentificationTypeLogic identificationTypeLogic)
 {
     this.identificationTypeLogic = identificationTypeLogic;
     return(this);
 }