public HomeController()
 {
     this.Service = new Service.ProductsService();
 }
Exemple #2
0
 public HomeController()
 {
     this.Service = new Service.ProductsService();
 }