init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.BusinessLogic.HelperClasses.MulasztasiErtesitokCOs
|
||||
{
|
||||
public class TanuloMulasztasErtesitoCo
|
||||
{
|
||||
public MulasztasFejCo MulasztasFej { get; set; }
|
||||
public List<MulasztasAdatCo> MulasztasAdatList { get; set; }
|
||||
public List<GondviseloAdatokCo> GondviseloAdatokList { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user