Пример #1
0
 public IEnumerable <ModeratorViewModel> GetModerators(int id)
 {
     return(_moderatorService.GetOrganizationModerators(id));
 }