コード例 #1
0
 public HomeController()
 {
     pcComponentsUnit = MvcApplication.PcComponentsUnit;
 }
コード例 #2
0
 public CatalogAdminController()
 {
     pcComponentsUnit = MvcApplication.PcComponentsUnit;
 }
コード例 #3
0
 public OrderAdminController()
 {
     pcComponentsUnit = MvcApplication.PcComponentsUnit;
 }
コード例 #4
0
 public CatalogController()
 {
     componentsUnit = MvcApplication.PcComponentsUnit;
 }