Beispiel #1
0
 public List <TRS_Domain.EVENT.Data> GetGroupEvents(int groupId)
 {
     return(_eventContext.GetGroupEvents(groupId));
 }