Interface IMigrationHistoryService
public interface IMigrationHistoryService
Methods
GetMigrationHistoryAsync()
Get all MigrationHistorys
Task<List<MigrationHistory>> GetMigrationHistoryAsync()
Returns
- Task<List<MigrationHistory>>
public interface IMigrationHistoryService
Get all MigrationHistorys
Task<List<MigrationHistory>> GetMigrationHistoryAsync()