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