DocSpace-client/config/autofac.json

21 lines
407 B
JSON
Raw Normal View History

2019-06-04 14:43:20 +00:00
{
"components": [
{
"type": "ASC.Common.Logging.LogNLog, ASC.Common",
"services": [
{
"type": "ASC.Common.Logging.ILog, ASC.Common"
}
]
2020-12-28 13:22:08 +00:00
},
{
"type": "ASC.Data.Encryption.Crypt, ASC.Data.Encryption",
"services": [
{
"type": "ASC.Core.Encryption.ICrypt, ASC.Core.Common"
}
]
2019-06-04 14:43:20 +00:00
}
]
}