RegisterOutput.cs 136 B

1234567
  1. namespace WeApp.Authorization.Accounts.Dto
  2. {
  3. public class RegisterOutput
  4. {
  5. public bool CanLogin { get; set; }
  6. }
  7. }