예제 #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();
 }