Example #1
0
 static ProductManagerApplication()
 {
     _productService = Himall.Core.ObjectContainer.Current.Resolve <Himall.IServices.IProductService>();
     _productDescriptionTemplateService = Himall.Core.ObjectContainer.Current.Resolve <IServices.IProductDescriptionTemplateService>();
     _searchProductService = Himall.Core.ObjectContainer.Current.Resolve <IServices.ISearchProductService>();
 }