示例#1
0
 public Loader(IFileLoader fileLoader, IHostingEnvironment hostingEnvironment, BaseContext.Context context, ICustomLogger logger)
 {
     _fileLoader         = fileLoader;
     _hostingEnvironment = hostingEnvironment;
     _context            = context;
     _logger             = logger;
 }
示例#2
0
 public Loader(IFileLoader fileLoader, IHostingEnvironment hostingEnvironment, BaseContext.Context context)
 {
     _fileLoader         = fileLoader;
     _hostingEnvironment = hostingEnvironment;
     _context            = context;
 }