You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ApplicationUser.cs 150B

12345678
  1. using Microsoft.AspNetCore.Identity;
  2. namespace BlackRock.Reporting.API.Core.Models
  3. {
  4. public class ApplicationUser :IdentityUser
  5. {
  6. }
  7. }