コード例 #1
0
 public IActionResult GetEntireLibraryInfo()
 {
     return(new SerializableObjectResult(_mediaLibraryService.GetLibraryInfo()));
 }