Пример #1
0
//<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<End Work With Patient------------------------------------------


//-------------------------------------Start Work With Preorder Magasine>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
        public IEnumerable <DalMagasines> UIConvertGetAllPatientToPreorderMagasineByDate(string DateOfVisit)
        {
            DalMagasines.VisitDate = Convert.ToDateTime(DateOfVisit);
            return(bll.BllGetAllPatientByDateForPreorderMagasine(DalMagasines.VisitDate));
        }