Den is the private cloud vault for your reminders, calendars and to-dos.
at main 6 lines 100 B view raw
1namespace Den.Application.Auth; 2 3public record LoginRequest( 4 string Username, 5 string Password 6);