sledgemapper/Sledgemapper.Api/Models/RegistrationResponse.cs
Michele Scandura 79edfcc4d3
All checks were successful
continuous-integration/drone/push Build is passing
error message, broken build
2021-09-21 16:53:04 +01:00

7 lines
No EOL
101 B
C#

namespace Sledgemapper.Api.Models
{
public class RegistrationResponse : AuthResult
{
}
}