DocSpace-buildtools/web/ASC.Web.Api/autofac.json

21 lines
389 B
JSON

{
"components": [
{
"type": "ASC.Common.Logging.LogNLog, ASC.Common",
"services": [
{
"type": "ASC.Common.Logging.ILog, ASC.Common"
}
]
},
{
"type": "ASC.People.PeopleProduct, ASC.People",
"services": [
{
"type": "ASC.Web.Core.IWebItem, ASC.Web.Core"
}
]
}
]
}