init
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
using Kreta.Ellenorzo.Domain.VN.HaziFeladat.Csatolmany;
|
||||
|
||||
namespace Kreta.Ellenorzo.Domain.VN.HaziFeladat
|
||||
{
|
||||
public class HaziFeladatDetailResponse : HaziFeladatListResponse
|
||||
{
|
||||
public IEnumerable<CsatolmanySimplifiedResponse> Csatolmanyok { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user