Ejemplo n.º 1
0
 public IActionResult GetUploadInfoByID(int expId)
 {
     return(new JsonResult(_uploadService.GetUploadInfoByExpID(expId)));
 }