namespace BankSampahApp.Models;
public class NotificationListViewModel
{
public NotificationCategory? ActiveCategory { get; set; }
}