public MedicationPackageBLL(string username) { this.username = username; MedicationPackageDAO = DAOFactory.GetMedicationPackageDAO(); MedicationTypeDAO = DAOFactory.GetMedicationTypeDAO(); DistributionCentreDAO = DAOFactory.GetDistributionCentreDAO(); EmployeeDAO = DAOFactory.GetEmployeeDAO(); }
public ReportBLL() { ReportDAO = DAOFactory.GetReportDAO(); MedicationTypeDAO = DAOFactory.GetMedicationTypeDAO(); DistributionCentreDAO = DAOFactory.GetDistributionCentreDAO(); }
public MedicationTypeBLL() { MedicationTypeDAO = DAOFactory.GetMedicationTypeDAO(); }