init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,44 @@
|
|||
using Kreta.BusinessLogic.Interfaces;
|
||||
|
||||
namespace Kreta.Web.Helpers.OsztalyCsoportSorolas
|
||||
{
|
||||
//public abstract class OsztalyCsoportSorolasModel
|
||||
//{
|
||||
// public string FromUrl { get; set; }
|
||||
// public string FromChangeEvent { get; set; }
|
||||
// public string FromPlaceholder { get; set; }
|
||||
|
||||
// public string ToUrl { get; set; }
|
||||
// public string ToChangeEvent { get; set; }
|
||||
// public string ToPlaceholder { get; set; }
|
||||
|
||||
// public string ZaradekUrl { get; set; }
|
||||
// public string ZaradekPlaceholder { get; set; }
|
||||
|
||||
// public DateTime? Datum { get; set; }
|
||||
// public string MinDatum { get; set; }
|
||||
// public string MaxDatum { get; set; }
|
||||
|
||||
// public int? FromDDL { get; set; }
|
||||
// public string[] FromElements { get; set; }
|
||||
|
||||
// public int? ToDDL { get; set; }
|
||||
// public string[] ToElements { get; set; }
|
||||
|
||||
// public string ZaradekText { get; set; }
|
||||
//}
|
||||
|
||||
public interface IOsztalyCsoportbaSorolasBase : IOsztalyCsoportbaSorolas
|
||||
{
|
||||
string FromUrl { get; set; }
|
||||
string FromChangeEvent { get; set; }
|
||||
string FromPlaceholder { get; set; }
|
||||
|
||||
string ToUrl { get; set; }
|
||||
string ToChangeEvent { get; set; }
|
||||
string ToPlaceholder { get; set; }
|
||||
|
||||
string MinDatum { get; set; }
|
||||
string MaxDatum { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue