Exemple #1
0
 public void Setup()
 {
     dao = new DistributionCentreEntityFrameworkDAO();
 }
Exemple #2
0
 public ReportBLL()
 {
     ReportDAO             = DAOFactory.GetReportDAO();
     MedicationTypeDAO     = DAOFactory.GetMedicationTypeDAO();
     DistributionCentreDAO = DAOFactory.GetDistributionCentreDAO();
 }
Exemple #3
0
 public DistributionCentreBLL()
 {
     DistributionCentreDAO = DAOFactory.GetDistributionCentreDAO();
 }