init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.Ellenorzo.Domain.VN.OsztalyCsoport.Osztaly
|
||||
{
|
||||
public class OsztalyTanuloiListRequest
|
||||
{
|
||||
public List<int> OsztalyIds { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user