This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user