Exemplo n.º 1
0
 public static IndividualResponseType ToIndividualResponseType(IGrouping <Extract, ExtractItem> found, Dictionary <string, Type> typeMap)
 {
     return(ToIndividualResponseType(found.Key, found.AsQueryable(), typeMap));
 }