예제 #1
0
 public ResultController(IHostingEnvironment hostingEnvironment)
 {
     ResultFile = new ResultFile(hostingEnvironment);
 }