示例#1
0
 public Task <Movie> GetMovieByFile(string filePath)
 {
     return(_engine.GetMovieByFile(filePath));
 }