public ProductsController()
 {
     repo = Repository.Current;
 }
Beispiel #2
0
 static Repository()
 {
     repo = new Repository();
 }
 public HomeController()
 {
     repo = Repository.Current;
 }