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