Пример #1
0
 public ProductManagerController()
 {
     context           = new inMemoryRepositary <product>();
     productcategories = new inMemoryRepositary <productCategory>();
 }
Пример #2
0
 public productCategoryManagerController()
 {
     context = new inMemoryRepositary <productCategory>();
 }