using Microsoft.AspNetCore.Identity.EntityFrameworkCore; namespace RdtClient.Data.DataContext { public class DataContext : IdentityDbContext { } }