示例#1
0
 public List <IGrouping <string, AuditLogEntry> > GetGlobalAuditLogEntry()
 {
     return(AuditLogEntry.GroupBy(x => x.TypeOfChange).ToList());
 }