Example #1
0
        public MenuManageAppServiceTest()
        {
            _menuManageAppService = Resolve <IMenuManageAppService>();

            UsingDbContext(context => new PageBuilder(context).Build());
            UsingDbContext(context => new PageDataBuilder(context).Build());
            UsingDbContext(context => new MenuBuilder(context).Build());
        }
Example #2
0
 public MenuManageAppServiceTest()
 {
     _menuManageAppService = Resolve <IMenuManageAppService>();
 }