コード例 #1
0
 public ActionResult Getall()
 {
     return(Ok(
                comprobanteService.Getall()
                ));
 }