Exemple #1
0
//<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<End Work With Preorder Magasine--------------------------------------

//-------------------------------------Start Work With In Fact Magasine>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
        public IEnumerable <DalMagasines> UIConvertGetAllPatientToInFactMagasineByDate(string DateOfVisit)
        {
            DalMagasines.VisitDate = Convert.ToDateTime(DateOfVisit);
            return(bll.BllGetAllPatientByDateInFactMagasine(DalMagasines.VisitDate));
        }