public static IEnumerable <Job> ProduceIdentities(System.Func <string, string> loadFile) { return(FetchCommon.ProduceCommon(loadFile, "FetchIdentities.sql", "IdentityData.json")); }
public static IEnumerable <Job> ProduceOperators(System.Func <string, string> loadFile) { return(FetchCommon.ProduceCommon(loadFile, "FetchOperators.sql", "Operators.json")); }
public static IEnumerable <Job> ProduceAllocations(System.Func <string, string> loadFile) { return(FetchCommon.ProduceCommon(loadFile, "FetchAllocations.sql", "AllocationData.json")); }