model d'activité
This commit is contained in:
parent
3592a678d7
commit
bc0f7cbafd
2 changed files with 6 additions and 26 deletions
|
|
@ -28,6 +28,12 @@ namespace Yavsc.Models
|
|||
|
||||
[InverseProperty("Context")]
|
||||
public List<Service> Services { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Moderation settings
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
string ModeratorGroupName { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue