Example #1
0
        //private MedicineService _medicineService;
        //private CompanyService _companyService;

        public MedicineReportModel()
        {
            _medicineReportService = new MedicineReportService();
            //_medicineService = new MedicineService();
            //_companyService = new CompanyService();
        }
Example #2
0
 public MedicineReportModel()
 {
     _medicineService        = new MedicineService();
     _medicineReportService  = new MedicineReportService();
     _pharmacyServiceService = new PharmacyService();
 }