mirror of
https://github.com/XFox111/GUTSchedule.git
synced 2026-04-22 06:58:01 +03:00
10 lines
249 B
C#
10 lines
249 B
C#
namespace GUTSchedule.Models
|
|
{
|
|
public class DefaultExportParameters : ExportParameters
|
|
{
|
|
public string FacultyId { get; set; }
|
|
public string GroupId { get; set; }
|
|
public string Course { get; set; }
|
|
public bool Session { get; set; }
|
|
}
|
|
} |