init
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Kreta.Naplo.Domain.V3.Ora
|
||||
{
|
||||
public class TanuloJelenletRequest
|
||||
{
|
||||
public TanuloJelenletRequest(int tanoraId)
|
||||
{
|
||||
TanoraId = tanoraId;
|
||||
}
|
||||
|
||||
[Required]
|
||||
public int TanoraId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user