init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.Web.Areas.TanuloErtekeles.Models
|
||||
{
|
||||
public class OsztalyzatokRequestModel
|
||||
{
|
||||
public List<int> OktatasNevelesiFeladatIdList { get; set; }
|
||||
|
||||
public bool IsOsztalyAtlagMegjelenik { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user