Exemple #1
0
 public void SetGroups(IList <IGroup> groupList)
 {
     _gameDataRepository.UpdateGroups(groupList.ToList());
 }