11 lines
225 B
C#
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; }
|
|
}
|
|
}
|