示例#1
0
 public static Event AddGroupsToEvent(Event evt)
 {
     evt.SaveGroups();
     return evt;
 }