Exemple #1
0
 public ActionResult <IEnumerable <Appointment> > GetUsers()
 {
     return(service.GetAll().ToList());
 }
 public IEnumerable <UserProduct> GetAll()
 {
     return(_userProductService.GetAll());
 }