public newSubCategoryController()
 {
     _context = new TexnoGalleryEntities();
 }
Exemplo n.º 2
0
 public AddProductsController()
 {
     db = new TexnoGalleryEntities();;
 }