9 lines
164 B
C#
9 lines
164 B
C#
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
|
|
|
|
namespace RdtClient.Data.DataContext
|
|
{
|
|
public class DataContext : IdentityDbContext
|
|
{
|
|
|
|
}
|
|
}
|