예제 #1
0
 public void OnGet(string searchVideo)
 {
     AllVideo = videoData.GetByVideoName(searchVideo);
 }