Ejemplo n.º 1
0
 public ProductsService()
 {
     this.db = new ChuskaContex();
 }
Ejemplo n.º 2
0
 public UsersService()
 {
     this.db = new ChuskaContex();
 }