DocSpace-buildtools/config/autofac.products.json

23 lines
490 B
JSON
Raw Normal View History

{
2019-12-20 11:17:01 +00:00
"components": [
{
"type": "ASC.People.PeopleProduct, ASC.People",
"services": [
{
"type": "ASC.Web.Core.IWebItem, ASC.Web.Core"
}
2019-12-20 11:17:01 +00:00
],
2021-01-25 14:37:26 +00:00
"instanceScope": "InstancePerLifetimeScope"
2020-02-27 08:22:42 +00:00
},
{
2020-07-16 09:08:20 +00:00
"type": "ASC.Files.ApiProductEntryPoint, ASC.Files",
2020-02-27 08:22:42 +00:00
"services": [
{
"type": "ASC.Web.Core.IWebItem, ASC.Web.Core"
}
],
2021-01-25 14:37:26 +00:00
"instanceScope": "InstancePerLifetimeScope"
}
]
}