// GET: Departement public ActionResult hematologie() { List <Departement> Departements = new List <Departement>(); Departements = serviceDepartement.hematologie(); ViewBag.DoctorsVB = Departements; return(View()); }
public IEnumerable <Departement> Gethematologie() { return(serviceAppointement.hematologie()); }
// GET: api/IdentityExposition public IEnumerable <Domain.Entities.Departement> GetDentaire() { return(serviceAppointement.hematologie()); }