Beispiel #1
0
 public ImageServiceFactory(IBFGRepository repository, IConfiguration config)
 {
     _rootPath = config["BlackFolderGames:Image:RootPath"];
     _repo     = repository;
 }
Beispiel #2
0
 public ImageService(IBFGRepository data, string rootPath)
 {
     _data     = data;
     _basic    = data;
     _rootPath = rootPath;
 }