Ejemplo n.º 1
0
 /// <summary>
 /// Returns the current migrations applied to the database.
 /// </summary>
 public IList <long> GetAppliedMigrations()
 {
     return(provider.GetAppliedMigrations(Key));
 }