refactor(ConsumerApi): In das Verzeichnis „Entities“ verschoben.

This commit is contained in:
Developer 02
2025-01-20 10:13:01 +01:00
parent a73885286f
commit c6c4d0bd04
6 changed files with 6 additions and 5 deletions

View File

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