semesterWork/Presence.Desktop/Models/GroupSubjectPresenter.cs

13 lines
211 B
C#
Raw Normal View History

2024-12-12 19:47:32 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Presence.Desktop.Models
{
internal class GroupSubjectPresenter
{
}
}