Spaces:
Sleeping
Sleeping
Yuyuqt
add: books, borrowings, home, login, membership, register, reward, userinsights, wishlist, themes
6f32ae8 | using LibraryManagement.Shared.Models; | |
| namespace Frontend.Models | |
| { | |
| public class SubscriptionsViewModel | |
| { | |
| public List<MembershipDto> AvailableMemberships { get; set; } = new(); | |
| public List<SubscriptionDto> ActiveSubscriptions { get; set; } = new(); | |
| } | |
| } | |