예제 #1
0
 public ActionResult <IEnumerable <Rights> > Get()
 {
     return(Ok(rightRepo.Retrieve().ToList()));
 }