8 lines
200 B
C#
8 lines
200 B
C#
using System.Collections.Generic;
|
|
|
|
namespace Kreta.BusinessLogic.HelperClasses.OsztalyCsoportbaSorolas
|
|
{
|
|
public class OsztalyCsoportList : Dictionary<int, OsztalyCsoportListItem>
|
|
{
|
|
}
|
|
}
|