示例#1
0
 public MedicationPackageBLL(string username)
 {
     this.username         = username;
     MedicationPackageDAO  = DAOFactory.GetMedicationPackageDAO();
     MedicationTypeDAO     = DAOFactory.GetMedicationTypeDAO();
     DistributionCentreDAO = DAOFactory.GetDistributionCentreDAO();
     EmployeeDAO           = DAOFactory.GetEmployeeDAO();
 }
示例#2
0
 public ReportBLL()
 {
     ReportDAO             = DAOFactory.GetReportDAO();
     MedicationTypeDAO     = DAOFactory.GetMedicationTypeDAO();
     DistributionCentreDAO = DAOFactory.GetDistributionCentreDAO();
 }
示例#3
0
 public DistributionCentreBLL()
 {
     DistributionCentreDAO = DAOFactory.GetDistributionCentreDAO();
 }