C# 클래스 UserManagement.Models.ApplicationExtensions

파일 보기 프로젝트 열기: Anderman/Mvc.JQuery.Datatables

공개 메소드들

메소드 설명
EnsureMigrationsApplied ( this app ) : void
EnsureSampleData ( this app ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
CreateUserIfNotExist ( UserManager userManager, string email, string password, string role, string loginProvider = null, string providerKey = null ) : System.Threading.Tasks.Task

메소드 상세

EnsureMigrationsApplied() 공개 정적인 메소드

public static EnsureMigrationsApplied ( this app ) : void
app this
리턴 void

EnsureSampleData() 공개 정적인 메소드

public static EnsureSampleData ( this app ) : System.Threading.Tasks.Task
app this
리턴 System.Threading.Tasks.Task