Exemplo n.º 1
0
 public SavingService(CacheService <GridEyeDataModel> cacheService, IHostEnvironment environment)
 {
     this.cacheService = cacheService;
     this.environment  = environment;
     this.rootPath     = Path.Combine(environment.ContentRootPath, "DataBase");
 }