Ejemplo n.º 1
0
 static ProductController()
 {
     ProductTypeHelper = new ProductTypeHelper ();
     ProductService = ApplicationContext.ProductService;
 }
Ejemplo n.º 2
0
 static NavigationController()
 {
     ProductServices = ApplicationContext.ProductService;
 }