示例#1
0
 public ActionResult <IEnumerable <Receipt> > Get()
 {
     return(Ok(_repository.All()));
 }