Exemplo n.º 1
0
 public SysFormMasterBL()
 {
     this._sysFormMasterDA = MasterDAFactory.GetDAL <ISysFormMasterDA>(MasterDAFactory.SysFormMaster);
 }
Exemplo n.º 2
0
 public SystemMenuDA()
 {
     this._sysFormMasterDA = MasterDAFactory.GetDAL<ISysFormMasterDA>(MasterDAFactory.SysFormMaster);
 }