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