D1Migrator<TContext> constructor
Initializes a new instance of the D1Migrator
class.
public D1Migrator(TContext context, ID1Generic client)
parameter | description |
---|---|
context | The DbContext migration is done on. |
client | The ID1Generic used to encrypt data. |
See Also
- class D1Migrator<TContext>
- namespace CyberCrypt.D1.EntityFramework.Migrator