using System.Collections.Generic; namespace Kreta.Ellenorzo.Dao.VN.Email { public class EmailRequestDao { public List FelhasznaloIds { get; set; } public bool? IsPublic { get; set; } } }