mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
add TODO
This commit is contained in:
parent
fb90989a3a
commit
20412a3d3a
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ public void UpdateTable(string tableName)
|
|||
{
|
||||
var file = FetchFile(_tableCsvRepository.GetUrlByName(tableName), tableName).Result;
|
||||
//TODO: exec stored procedure to merge/upsert csv into corresponding db table
|
||||
//TODO: delete file when finished
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue