示例#1
0
        public void ProcessProdInCategory()
        {
            //var categService = new CategoryServices()
            var svc = _appContext.ResolveObject <CategoryServices>();

            svc.ListCategories();

            var mail = _appContext.UserMail;
        }
示例#2
0
 public void ProcessProducts()
 {
     // _kernel.Get<CategoryServices>();
     //var categoryService = new CategoryServices(DataContext);
     var catSvc = _appContext.ResolveObject <CategoryServices>();
 }