@@ -17,33 +17,33 @@ protected void Page_Load(object sender, EventArgs e)
17
17
string connStr = WebConfigurationManager . ConnectionStrings [ "Milestone2DB_24" ] . ToString ( ) ;
18
18
// Example input values, replace with actual inputs from user or session
19
19
MobileNo = Session [ "accountmn" ] as String ;
20
- int NationalID = 2 ; // Example NationalID
21
- string PlanName = "Premium Plan" ; // Example PlanName
20
+ // int NationalID = 2; // Example NationalID
21
+ // string PlanName = "Premium Plan"; // Example PlanName
22
22
23
23
//// ShowConsoleMessage("Retrieving all active benefits...");
24
- // ShowAllServicePlans(connStr);
25
- // ShowAllBenefits(connStr);
26
- // ShowAllShops(connStr);
27
- // ShowCompanyOfferedPlans(connStr, MobileNo);
28
- // ShowUsagePlanCM(connStr, MobileNo);
29
- // ShowSubscribedPlansFiveMonths(connStr, MobileNo);
30
- // //ShowConsoleMessage("Retrieving unresolved technical support tickets...");
31
- // ShowUnresolvedTickets(connStr, NationalID);
32
-
33
- // //ShowConsoleMessage("Retrieving the highest voucher...");
34
- // ShowHighestVoucher(connStr, MobileNo);
35
-
36
- // //ShowConsoleMessage("Retrieving remaining amount for the last payment...");
37
- // ShowRemainingAmount(connStr, MobileNo, PlanName);
38
-
39
- // //ShowConsoleMessage("Retrieving extra amount for the last payment...");
40
- // ShowExtraAmount(connStr, MobileNo, PlanName);
41
-
42
- // //ShowConsoleMessage("Retrieving top 10 successful payments...");
43
- // ShowTopPayments(connStr, MobileNo);
44
- ShowCashbackWalletCustomer ( connStr , 1234567 ) ;
45
- // // Clear console when data is loaded
46
- // //ClearConsole();
24
+ ShowAllServicePlans ( connStr ) ;
25
+ ShowAllBenefits ( connStr ) ;
26
+ ShowAllShops ( connStr ) ;
27
+ ShowCompanyOfferedPlans ( connStr , MobileNo ) ;
28
+ ShowUsagePlanCM ( connStr , MobileNo ) ;
29
+ ShowSubscribedPlansFiveMonths ( connStr , MobileNo ) ;
30
+ //ShowConsoleMessage("Retrieving unresolved technical support tickets...");
31
+ // ShowUnresolvedTickets(connStr, NationalID);
32
+
33
+ //ShowConsoleMessage("Retrieving the highest voucher...");
34
+ // ShowHighestVoucher(connStr, MobileNo);
35
+
36
+ //ShowConsoleMessage("Retrieving remaining amount for the last payment...");
37
+ // ShowRemainingAmount(connStr, MobileNo, PlanName);
38
+
39
+ //ShowConsoleMessage("Retrieving extra amount for the last payment...");
40
+ // ShowExtraAmount(connStr, MobileNo, PlanName);
41
+
42
+ //ShowConsoleMessage("Retrieving top 10 successful payments...");
43
+ ShowTopPayments ( connStr , MobileNo ) ;
44
+ // ShowCashbackWalletCustomer(connStr, 1234567);
45
+ // Clear console when data is loaded
46
+ //ClearConsole();
47
47
}
48
48
}
49
49
0 commit comments