Fix changes to companies service affecting company view.

This commit is contained in:
2020-05-27 22:17:28 +01:00
parent b6c70288be
commit f5d8f2bcca
6 changed files with 82 additions and 37 deletions

View File

@@ -61,6 +61,7 @@ namespace Marechai.Services
services.AddScoped<SoundSynthsService>();
services.AddScoped<Iso31661NumericService>();
services.AddScoped<ResolutionsService>();
services.AddScoped<CompanyLogosService>();
}
}
}