コード例 #1
0
 public async Task <string> Execute(string content, string language)
 {
     return(await _executorFactory.Execute(content, language));
 }