예제 #1
0
 static ProductController()
 {
     ProductTypeHelper = new ProductTypeHelper ();
     ProductService = ApplicationContext.ProductService;
 }
예제 #2
0
 static NavigationController()
 {
     ProductServices = ApplicationContext.ProductService;
 }