feat(ConsumerApi): Erstellen.

This commit is contained in:
Developer 02
2025-01-14 20:36:51 +01:00
parent b903dc9152
commit d7023ddbe8

View File

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