Пример #1
0
 public IActionResult GetSessionInfo()
 {
     return(new JsonResult(_uploadService.GetAllSessionInfo()));
 }