Esempio n. 1
0
 public ProductManagerController()
 {
     context           = new inMemoryRepositary <product>();
     productcategories = new inMemoryRepositary <productCategory>();
 }
Esempio n. 2
0
 public productCategoryManagerController()
 {
     context = new inMemoryRepositary <productCategory>();
 }