Ejemplo n.º 1
0
 public ShopCartController(IAspNetUser user, ShopCartContext context)
 {
     _user    = user;
     _context = context;
 }