public PageQueryAppServiceTest()
        {
            _appService = LocalIocManager.Resolve <IPageQueryAppService>();

            UsingDbContext(context => new PageBuilder(context).Build());
            UsingDbContext(context => new PageDataBuilder(context).Build());
        }
Beispiel #2
0
 public PageQueryAppServiceTest()
 {
     _appService = LocalIocManager.Resolve <IPageQueryAppService>();
 }