{CompanyName} FlexyGo

ApplicationDbContext Class

Class ApplicationDbContext.

Namespace:  FLEXYGO.Authentication.Identity
Assembly:  flxAuthentication (in flxAuthentication.dll)

Syntax


public class ApplicationDbContext : IdentityDbContext<ApplicationUser>
Public Class ApplicationDbContext _
	Inherits IdentityDbContext(Of ApplicationUser)

Inheritance Hierarchy


Object
  DbContext
    IdentityDbContext<(Of <(<'TUser, IdentityRole, String, IdentityUserLogin, IdentityUserRole, IdentityUserClaim>)>)>
      IdentityDbContext<(Of <(<'ApplicationUser>)>)>
        FLEXYGO.Authentication.Identity..::..ApplicationDbContext