public BL_basic() { dal = DAL.FactoryDal.GetDal(); initList(); }
public BL_basic() { dal = DAL.FactoryDal.GetDal(); Thread thread = new Thread(thread_toDo); thread.Start(); }
public BLImp() { dal = DAL.FactoryDal.GetDAL(); /* Fall f = new Fall(); * f.FallTime = DateTime.Now; * f.FallId = 0; * f.FallImagePath = ""; * f.FallLocation = ""; * AddFall(f);*/ }
public DailyLCRReport(ILog log, DAL.IDAL db, string binNumbersPathname, string emailPathname) { this._db = db; this.BINPathname = binNumbersPathname; if (this.BINPathname.StartsWith(@".\")) { this.BINPathname = Path.Combine(Environment.CurrentDirectory, Path.GetFileName(this.BINPathname)); } this._emailFilename = emailPathname; if (this._emailFilename.StartsWith(@".\")) { this._emailFilename = Path.Combine(Environment.CurrentDirectory, Path.GetFileName(this._emailFilename)); } this._log = log; }
internal imp_BL() { IDAL = DAL.Factory.GetInstance(); }
internal BL_imp() { IDAL = DAL.Factory.GetInstance(); }
internal BookLogic(DAL.IDAL dal) : base(dal) { }
public LogicFactory(DAL.IDAL dal) { _dal = dal; }
/// <summary> /// Constructor of the BL layer /// </summary> public BL_imp() { dal = DAL.FactoryDAL.GetDAL(); //Init(); }
public BL_basic() { dal = DAL.FactoryDAL.GetDal(); }
protected LogicBase(DAL.IDAL dal) { _dal = dal; }
public BL_basic() { dal = DAL.FactoryDal.GetDal(); // init(); }
public Bl_imp() { dl = DAL.FactoryDAL.GetIdal(); }
public BLImp() { dal = DAL.FactoryDal.GetDAL(); }