This commit is contained in:
2022-12-27 00:51:21 +00:00
parent 9b77da02a0
commit c5d1350b6b
3 changed files with 135 additions and 3 deletions

View File

@@ -112,6 +112,17 @@ namespace Sockeye.Biz
//IMPORT FROM ROCKFISH
public async Task ImportRockfish()
{
//connect to rockfish
//in the correct order retrieve every object and if it's not already present in sockeye, import it
//this should be callable any time and it will just update so it can be test live in sync / parallel until ready to switch over
await Task.CompletedTask;
}
/////////////////////////////////////////////////////////////////////
}//eoc