public HttpTriggerTable(IGetTablesAsync tableStorage, IQueryTablesByDateRange tableQuery) { _tableStorage = tableStorage; _tableQuery = tableQuery; }
public AddToTable(IGetTablesAsync tableStorage) { _tableStorage = tableStorage; }