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