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