CBetterFinds.Utils.Auctions | Provides utility functions for handling auctions-related operations |
▼CBackgroundService | |
CBetterFinds.Services.AuctionBackgroundService | Background service that checks for auctions that ended and notifies users |
CBetterFinds.Utils.Bids | Provides utility functions for handling bids-related operations |
CBetterFinds.Utils.Client | Provides utility functions for handling client-related operations |
CBetterFinds.Utils.Currency | Provides utility functions for handling currency-related operations |
▼CHub | |
CBetterFinds.Hubs.NotificationHub | SignalR hub for notifications and real-time updates |
CBetterFinds.Utils.Images | Provides utility functions for handling images-related operations |
CBetterFinds.Utils.Notification | Provides utility functions for handling notifications-related operations |
▼CPageModel | |
CBetterFinds.Pages.AccountModel | Model for the Account page |
CBetterFinds.Pages.AuctionModel | Model for the Auction page |
CBetterFinds.Pages.CreateModel | Model for the Create page. This class is decorated with the Authorize attribute |
CBetterFinds.Pages.EditModel | Model for the Edit Auction page. This class is decorated with the Authorize attribute |
CBetterFinds.Pages.ErrorModel | Model for the Error page. This class is decorated with the ResponseCache and IgnoreAntiforgeryToken attributes |
CBetterFinds.Pages.IndexModel | Model for the Index page |
CBetterFinds.Pages.LoginModel | Model for the Login page |
CBetterFinds.Pages.LogoutModel | Model for the Logout page. This class is decorated with the Authorize attribute |
CBetterFinds.Pages.MyAccountModel | Model for the My Account page. This class is decorated with the Authorize attribute |
CBetterFinds.Pages.MyAuctionsModel | Model for the My Auctions page. This class is decorated with the Authorize attribute |
CBetterFinds.Pages.MyBidsModel | Model for the My Bids page. This class is decorated with the Authorize attribute |
CBetterFinds.Pages.NotificationsModel | Model for the Notifications page. This class is decorated with the Authorize attribute |
CBetterFinds.Pages.RegisterModel | Model for the Register page |
CBetterFinds.Pages.SearchModel | Model for the Search page |
CBetterFinds.Program | The main entry point of the application |