示例#1
0
        // GET: Departement
        public ActionResult hematologie()
        {
            List <Departement> Departements = new List <Departement>();

            Departements      = serviceDepartement.hematologie();
            ViewBag.DoctorsVB = Departements;



            return(View());
        }
示例#2
0
 public IEnumerable <Departement> Gethematologie()
 {
     return(serviceAppointement.hematologie());
 }
        // GET: api/IdentityExposition

        public IEnumerable <Domain.Entities.Departement> GetDentaire()
        {
            return(serviceAppointement.hematologie());
        }