model d'activité

This commit is contained in:
Paul Schneider 2016-05-30 12:29:58 +02:00
commit bc0f7cbafd
2 changed files with 6 additions and 26 deletions

View file

@ -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; }
}
}