|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
using Autofac;
|
|
|
|
|
using Autofac.Builder;
|
|
|
|
|
using Autofac.Core;
|
|
|
|
|
using Autofac.Extras;
|
|
|
|
|
using Autofac.Features;
|
|
|
|
|
using Autofac.Util;
|
|
|
|
|
|
|
|
|
|
namespace xUnitStudy.WebApi.Test.AutoFac
|
|
|
|
|
{
|
|
|
|
|
public class AutofacStudy
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|