コード例 #1
0
 public ReportService()
 {
     reportDao             = new ReportDAO();
     medicationDao         = new MedicationDAO();
     distributionCenterDao = new DistributionCenterDAO();
 }
コード例 #2
0
 public MedicationService()
 {
     medicationDao = new MedicationDAO();
 }