예제 #1
0
 public HomeController()
 {
     pcComponentsUnit = MvcApplication.PcComponentsUnit;
 }
예제 #2
0
 public CatalogAdminController()
 {
     pcComponentsUnit = MvcApplication.PcComponentsUnit;
 }
 public OrderAdminController()
 {
     pcComponentsUnit = MvcApplication.PcComponentsUnit;
 }
 public CatalogController()
 {
     componentsUnit = MvcApplication.PcComponentsUnit;
 }