feat(ConsumerApiLogin): Erstellen.

This commit is contained in:
Developer 02 2025-01-14 20:37:44 +01:00
parent d7023ddbe8
commit 3d26e5d521

View File

@ -0,0 +1,4 @@
namespace DigitalData.Auth.API.Dto
{
public record ConsumerApiLogin(string Name, string Password);
}