public static IEnumerable <Job> ProduceIdentities(System.Func <string, string> loadFile)
 {
     return(FetchCommon.ProduceCommon(loadFile, "FetchIdentities.sql", "IdentityData.json"));
 }
Ejemplo n.º 2
0
 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"));
 }