示例#1
0
 public ResultController(IHostingEnvironment hostingEnvironment)
 {
     ResultFile = new ResultFile(hostingEnvironment);
 }