init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Kreta.Web.Areas.Tanulo.Models
|
||||
{
|
||||
public class JogviszonySzuneteltetesDeleteModel
|
||||
{
|
||||
public int? Id { get; set; }
|
||||
public bool IsJogviszonySzuneteltetese { get; set; }
|
||||
public int GridCnt { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user