mirror of
https://github.com/XFox111/GUTSchedule.git
synced 2026-04-22 06:58:01 +03:00
8 lines
173 B
C#
8 lines
173 B
C#
namespace GUTSchedule.Models
|
|
{
|
|
public class CabinetExportParameters : ExportParameters
|
|
{
|
|
public string Email { get; set; }
|
|
public string Password { get; set; }
|
|
}
|
|
} |