kreta/Kreta.WebApi/Ellenorzo/Kreta.Ellenorzo.Dao/VN/Email/EmailRequestDao.cs
2024-03-13 00:33:46 +01:00

11 lines
225 B
C#

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