Ejemplo n.º 1
0
 public IActionResult GetVppData(int id)
 {
     return(Json(repository.GetVppDB(id)));
 }