init
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Kreta.BusinessLogic.HelperClasses.OsztalyCsoportbaSorolas;
|
||||
|
||||
namespace Kreta.BusinessLogic.Interfaces
|
||||
{
|
||||
public interface IOsztalyCsoportbaSorolas
|
||||
{
|
||||
DateTime? Datum { get; set; }
|
||||
|
||||
int? FromDDL { get; }
|
||||
|
||||
string[] FromElements { get; }
|
||||
|
||||
int? ToDDL { get; }
|
||||
|
||||
List<OsztalybaSororlasItem> ToElements { get; }
|
||||
|
||||
bool EgyeniCsoportAutoLetrehozas { get; set; }
|
||||
|
||||
SorolasZaradek Zaradek { get; set; }
|
||||
|
||||
bool IsFromSzervezet { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user