示例#1
0
 static ProductController()
 {
     ProductTypeHelper = new ProductTypeHelper ();
     ProductService = ApplicationContext.ProductService;
 }
 static NavigationController()
 {
     ProductServices = ApplicationContext.ProductService;
 }