예제 #1
0
 public ActionResult Details(long id)
 {
     return(View(_invoicesService.Get(id)));
 }