Ejemplo n.º 1
0
 public IMasterDataLogic GetMasterDataLogic()
 {
     if (_masterDataLogic == null)
     {
         _masterDataLogic = new MasterDataLogic(_configuration);
     }
     return(_masterDataLogic);
 }
Ejemplo n.º 2
0
 public IMasterDataModule SetMasterDataLogic(IMasterDataLogic masterDataLogic)
 {
     _masterDataLogic = masterDataLogic;
     return(this);
 }