Ignore:
Timestamp:
08/28/24 21:41:13 (4 weeks ago)
Author:
ElenaMoskova <elena.moskova99@…>
Branches:
main
Children:
a850333
Parents:
118e414
Message:

Use of views

  1. Use of views in VetCenters.
  2. Ability to provide a response to a given response.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • PostgreSqlDotnetCore/Controllers/ProductsController.cs

    r118e414 re9bb9d1  
    4848        }
    4949
     50       
     51
    5052        // GET: Customer/Details/5
    5153        public async Task<ActionResult> Details(int? id)
     
    5557                return RedirectToAction("NotExist", "Error");
    5658            }
    57             UsersClass customerClass = await getCrrentUser();
     59            // додано на 28.08
     60         
     61
     62
     63
     64          UsersClass customerClass = await getCrrentUser();
    5865            ViewBag.isAuthenticated = customerClass;
    5966            ProductsClass prodClass = db.ProductObj.Find(id);
Note: See TracChangeset for help on using the changeset viewer.