Show / Hide Table of Contents

Class Migrator

Inheritance
object
Migrator
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: NotifyHub.NotificationService.Persistence.MigrationTools
Assembly: NotifyHub.NotificationService.Persistence.dll
Syntax
public class Migrator

Constructors

| Edit this page View Source

Migrator(ApplicationDbContext, ILogger<Migrator>)

Declaration
public Migrator(ApplicationDbContext context, ILogger<Migrator> logger)
Parameters
Type Name Description
ApplicationDbContext context
ILogger<Migrator> logger

Methods

| Edit this page View Source

MigrateAsync()

Declaration
public Task MigrateAsync()
Returns
Type Description
Task
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX